Special type of SQ matrices Flashcards
(32 cards)
Entries a_ij, i = j, are called?
Main diagonal entries
The trace of A, tr(A) is?
The sum of diagonal entries of A
Properties of trace
tr(A+B) = tr(A) + tr(B)
tr(AB) = tr(BA)
If a_ij = 0 when i is NOT = j is called?
Diagonal (entries OUTSIDE the main diagonal are 0)
A diagonal matrix whose diagonal entries are = is called?
Scalar matrix
Is 0 matrix a scalar or diagonal matrix?
Both
What type of matrix is an identity matrix
Scalar
An nxn scalar matrix whose diagonal entries are all = to 1
Identity matrix
If a_ij = 0 when i > j
Upper triangular (all entries BELOW main diagonal = 0)
If a_ij = 0 when i < j
Lower triangular (all entries ABOVE main diagonal = 0)
All diagonal, scalar, and identity are upper or lower triangular?
Both upper and lower triangular
If A^T = A
Symmetric
If A^T = -A
Skew symmetric
Requirements for skew and symmetric?
Must be a square matrix ksi ur transposing them so dpat same row & cols
If A is skew, main diagonal entries of A are?
0
cuz, a_ij = -a_ij, and only 0 satisfies this
0 = -0
1 is NOT = to -1
If A is a sq matrix, it can be expressed as A = S + K
True, this decomposition is unique
Skew and sym formula
S = 1/2(A + A^T)
K = 1/2(A - A^T)
Properties of square matrix A (exponents)
1.) A^3 = AxAxA
2.) A^p x A^q = A^p+q
3.) (A^p)^q = A^pq
Does 0 property hold for matrix?
No, if AB = O, it doesn’t mean tht either A = O or B = O
Does cancellation hold for matrix?
No, if AB = AC, it doesn’t mean B = C
An nxn A is ____ if there exists an nxn B such tht AB = BA = In
Non singular/Invertable (take note: A n B must be square matrices)
What if there’s no B tht can satisfy AB=BA=In?
A is singular/non invertable
Any square matrix O is singular/noninvertable or nonsingular/invertable
Singular/noninvertable
Cuz there’s no matrix such tht if u mult to O will = to Identity, it will always = to O
Properties of inverse
-if it exists, it’s unique
-if A&B r nonsingular, then AB is nonsingular
-refer to ntbk for 3-5