Test 1 prep Flashcards
3 types of possible solutions:
1 ) Unique solution
2 ) Infinite solution
3 ) No solution
Unique and infinite solutions are ______ solutions
consistent
No solution is _________
inconsistent
Difference between REF and RREF:
In RREF, the entries aside from leading ones have to be zeros whereas in REF, we only need leading ones as the first entry of a row
True or false: a matrix can have multiple REFs, but only a unique RREF.
True
“Number of leading variables of a matrix is called the _______ of that matrix”
rank (represented as IR^n)
In the parametric solutions, there are 2 types of variables:
1 ) Leading variables
2 ) Free variables
Only a square n x n matrix will have a main _______
diagonal
Entries of a matrix are represented as:
a subscript ij
In a subscript ij, what does ij represent:
i = row
j = column
Matrix product can only be achieved if:
nº of columns in A is identical to nº of rows in B
What is the proper way of writing a system if linear equations in matrix form?
AX = b
What is a matrix transpose?
The interchange of rows and columns
What are the 3 properties of AA^T or A^TA?
1 ) products are always square matrices
2 ) products are always symmetrical matrices
3 ) entries of the main diagonal are always positive
What is the trace of a matrix?
Sum of main diagonal entries
tr(A+B) =
tr(A) + tr(B)
True or false: tr(A) = tr(A^T)
True
tr(k*A) =
k*tr(A)
tr(AB) =
tr(BA)
A + B =
B + A
(A + B) + C =
A + (B + C)