Matrix Algebra Flashcards

1
Q

7! = ? x ? x ?!

A

7 x 6 x 5!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you get the transpose of a matrix?

A

Rows become columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an orthogonal matrix?

A

A square matrix whose transpose equals its inverse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the transformation matrix which reflects in the x-axis? (Or y=0)

A

1 00 -1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the rotational matrix?

A

Cos (a) -Sin(a)Sin (a) Cos(a)where a is the anit-clockwise angle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If R=rotation matrix, A = original coordinates and B = image coords after rotating:Write down the formula for calculating image coords?

A

B = R A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If R=rotation matrix, A = original coordinates and B = image coords after rotating:Write down the formula for calculating original coords?

A

A = R^(-1) B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the transformation matrix which reflects in the line y=x?

A

0 11 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the transformation matrix which reflects in the y-axis? (Or x=0)

A

-1 00 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the transformation matrix which increases (enlarges) the x & y coordinates by 3?

A

3 00 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the transformation matrix which reflects in the origin?

A

-1 00 -1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the transformation matrix which decreases the x co-ordinate by half and increases the y co-ordinate by 4?

A

0.5 00 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

For a rotational Matrix is it the clockwise or anti-clockwise angle you use?

A

Anti-clockwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is A A^(-1) equal to?

A

I - the identitiy matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is I B = ?

18
Q

What are the conditions needed for A A^(T) = I

A

Matrix A must be a square orthogonal matrix

19
Q

What is the reflection using an angle matrix?

A

Cos (2a) Sin(2a)Sin (2a) -Cos(2a)where a is the angle made with the positve direction of the x-axis

20
Q

For the reflection matrix what is the condition for the angle used?

A

It is the angle measured from the positive direction of the x-axis: so lies between 0 and 180 or 0 and -180

21
Q

How do you find the transformation matrix if it has changed 2 sets of coordinates?

A

set up transformation matrix as:a bc dMultiply out both coordinate matrix seperatley to give 2 sets of eqns which can be solved using simlult eqns.

22
Q

How would you show that a matrix, A, has an inverse using matrix algebra?Ex. if A satisfys the equation 2A^(2) = A + I show that A is invertible

A

rearrange eqn to get:A(2A - 1) = Itherefore A has inverse as A x A^(-1) = I where the inverse matrix is (2A-1).

23
Q

How would you prove that a system of 3 eqns (3 planes or lines) have a solution (intersect at a point) without actually solving for that point?

A

Calculate the determinant and show that it is non-singular (not equal to zero)

24
Q

How would you prove that a 3x3 matrix can be inverted without actually inverting it?

A

Calculate the determinant and show that it is non-singular (not equal to zero)

25
Q

What is the det of A if A is an orthoganol matrix?

26
Does a matrix need to be square to have a transpose?
NO (Rows become colums)
27
What is the inverse of the matrix A:a bc d
1/(det A) d -b -c a
28
How do you get the inverse matrix of a 3x3 matrix A?
1. Set up augmented matrix with the identity matrix.2. Use ERO's to move Identity matrix to left of augmented matrix.3. Right hand side of augmented matrix is inverse of A.
29
Does AB = BA
In general - NO
30
Does (AB)C = A(BC)
Yip
31
(A')' = ?
A
32
(A + B)' = ?
A' + B'
33
(AB)' = ?
B'A'
34
(AB)^(−1) = ?
B^(−1)A^(−1)
35
det (AB) = ?
det A det B
36
A + B = ?
B + A