Matrices Flashcards

1
Q

Rule 1 - Distributivity?

A

A(B+C)=AB+AC

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

Rule 2 - Asociativity ?

A

(AB)C=A(BC)

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

Rule 3 - Identity/zero matix multiplication ?

A

(Amxn)(Inxn) = Amxn

(Inxn)(Amxn) = Amxn

(Identity matrix acts as 1)

(0pxn)(Amxn) = 0pxn

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

Rule 4 - Transpose

A

(AB)T = BTAT

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

Rule 5 - Commutativity

A

AB ≠ BA

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

Rule 6 - condition for matrix multiplication ?

A

no. Col of A = no. row of B

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

Co-factor, Aij, for the position (i,j) ?

A

Aij = (-1)i+j (minor of position (i,j))

or

Aij = (-1)i+j (det of the matrix with row i, and column j removed)

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

Determinant rule 1 - transpose

A

lAl = lATl

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

Determinant rule 2 - swapping rows or columns

A

If you swap two rows, or two columns of matrix A, to form matrix B

lAl = -lBl

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

Determinant rule 3

lAl = 0 if ?

A

lAl = 0 if

two rows, or two columns, are the same or scalar multiples of each other

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

Determinant rule 4 - bringing a scalar out

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

Determinant rule 4 - extended

lλAl =

(if A is an nxn matrix)

A

lλAl = λnlAl

(if A is an nxn matrix)

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

Determinant rule 5 - making a determinant easier to compute

A

You can add or subtract, rows or columns from each other to generate more 0’s in the determinant; this can make it easier to compute

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

The inverse of a matrix condition?

A

A-1A = In

AA-1=In

17
Q

Inverse of a 2x2 matrix:

where lAl ≠ 0 (i.e A is “non-singular”)

A
18
Q

The adjoint of matrix ?

A

The adjoint of a matrix is the transpose of the matrix of cofactors

*REMEMBER* - the cofactors are determined by:

Aij = (-1)i+j(det of matrix with row i and row j removed)

19
Q

The inverse of a 3x3 matrix ?

A
20
Q

Transpose of a matrix ?

A

Found by swapping rows and columns

(row 1 becomes column etc)

21
Q

Symmetric ?

A

Symmetric if:

B=BT

22
Q

Skew-symetric ?

A

Skew-symmetric if:

BT=-B

23
Q

Diagonal ?

A

An nxn matrix with at least one non-zero number on the main diagonal, with zeros everywhere else.

24
Q

Alien Co-factor rule?

A
25
Q

Properties that the inverse satisfy?

A

AA-1 = In

26
Q

Solving systems of linear equations?

6x-3y=5

x+y=1

A

AX=B

Therefore,

X=A-1B

27
Q

Guassian Elimination ?

(1) 2x1 -x2 + 3x3 = 16
(2) -x1 + 4x2 - x3 = -13
(3) x1 +x2 +5x3 =19

A

Guassian Elimination: a process of solving simultaneous equations, through adding multiples of each equation together in a table to reduce variable coefficients to zero, leaving one coefficient and a solution behind.

28
Q

Finding the inverse of a 4x4 matrix ?

A

Use Gaussian Eliminiation, to transform the matrix into its identity matrix, using its identity matrix: Apply actions to both matrix and identity matrix - the matrix that the identity matrix forms is the inverse.

*(CAN ALSO USE THIS METHOD FOR ANY MATRIX)*

29
Q

Eigenvalues and Eignenvector relation?

A

For the matrix Anxn

V is an eigenvector (nx1 column vector) with an eignenvalue λ

Providing V ≠ 0

AV=λ_V_

30
Q

Finding an eigen vector for a given matrix and eignenvalue?

A

Use (Characteristic equation).V

(A-λIn) V = 0

*(characteristic equation in brackets, not determinant)*

31
Q

How do you find eigenvalues of a given matrix?

A

Use the characteristic equation

lA-λInl = 0