Matrices Flashcards
Rule 1 - Distributivity?
A(B+C)=AB+AC
Rule 2 - Asociativity ?
(AB)C=A(BC)
Rule 3 - Identity/zero matix multiplication ?
(Amxn)(Inxn) = Amxn
(Inxn)(Amxn) = Amxn
(Identity matrix acts as 1)
(0pxn)(Amxn) = 0pxn
Rule 4 - Transpose
(AB)T = BTAT
Rule 5 - Commutativity
AB ≠ BA
Rule 6 - condition for matrix multiplication ?
no. Col of A = no. row of B




Co-factor, Aij, for the position (i,j) ?
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)
Determinant rule 1 - transpose
lAl = lATl
Determinant rule 2 - swapping rows or columns
If you swap two rows, or two columns of matrix A, to form matrix B
lAl = -lBl
Determinant rule 3
lAl = 0 if ?
lAl = 0 if
two rows, or two columns, are the same or scalar multiples of each other
Determinant rule 4 - bringing a scalar out


Determinant rule 4 - extended
lλAl =
(if A is an nxn matrix)
lλAl = λnlAl
(if A is an nxn matrix)
Determinant rule 5 - making a determinant easier to compute
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
The inverse of a matrix condition?
A-1A = In
AA-1=In
Inverse of a 2x2 matrix:
where lAl ≠ 0 (i.e A is “non-singular”)


The adjoint of matrix ?
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)
The inverse of a 3x3 matrix ?

Transpose of a matrix ?
Found by swapping rows and columns
(row 1 becomes column etc)
Symmetric ?
Symmetric if:
B=BT
Skew-symetric ?
Skew-symmetric if:
BT=-B

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

Alien Co-factor rule?

Properties that the inverse satisfy?
AA-1 = In
Solving systems of linear equations?
6x-3y=5
x+y=1
AX=B
Therefore,
X=A-1B

Guassian Elimination ?
(1) 2x1 -x2 + 3x3 = 16
(2) -x1 + 4x2 - x3 = -13
(3) x1 +x2 +5x3 =19
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.

Finding the inverse of a 4x4 matrix ?

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)*

Eigenvalues and Eignenvector relation?
For the matrix Anxn
V is an eigenvector (nx1 column vector) with an eignenvalue λ
Providing V ≠ 0
AV=λ_V_

Finding an eigen vector for a given matrix and eignenvalue?

Use (Characteristic equation).V
(A-λIn) V = 0
*(characteristic equation in brackets, not determinant)*

How do you find eigenvalues of a given matrix?

Use the characteristic equation
lA-λInl = 0
