Special type of SQ matrices Flashcards

(32 cards)

1
Q

Entries a_ij, i = j, are called?

A

Main diagonal entries

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

The trace of A, tr(A) is?

A

The sum of diagonal entries of A

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

Properties of trace

A

tr(A+B) = tr(A) + tr(B)
tr(AB) = tr(BA)

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

If a_ij = 0 when i is NOT = j is called?

A

Diagonal (entries OUTSIDE the main diagonal are 0)

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

A diagonal matrix whose diagonal entries are = is called?

A

Scalar matrix

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

Is 0 matrix a scalar or diagonal matrix?

A

Both

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

What type of matrix is an identity matrix

A

Scalar

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

An nxn scalar matrix whose diagonal entries are all = to 1

A

Identity matrix

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

If a_ij = 0 when i > j

A

Upper triangular (all entries BELOW main diagonal = 0)

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

If a_ij = 0 when i < j

A

Lower triangular (all entries ABOVE main diagonal = 0)

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

All diagonal, scalar, and identity are upper or lower triangular?

A

Both upper and lower triangular

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

If A^T = A

A

Symmetric

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

If A^T = -A

A

Skew symmetric

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

Requirements for skew and symmetric?

A

Must be a square matrix ksi ur transposing them so dpat same row & cols

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

If A is skew, main diagonal entries of A are?

A

0
cuz, a_ij = -a_ij, and only 0 satisfies this
0 = -0
1 is NOT = to -1

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

If A is a sq matrix, it can be expressed as A = S + K

A

True, this decomposition is unique

17
Q

Skew and sym formula

A

S = 1/2(A + A^T)
K = 1/2(A - A^T)

18
Q

Properties of square matrix A (exponents)

A

1.) A^3 = AxAxA
2.) A^p x A^q = A^p+q
3.) (A^p)^q = A^pq

19
Q

Does 0 property hold for matrix?

A

No, if AB = O, it doesn’t mean tht either A = O or B = O

20
Q

Does cancellation hold for matrix?

A

No, if AB = AC, it doesn’t mean B = C

21
Q

An nxn A is ____ if there exists an nxn B such tht AB = BA = In

A

Non singular/Invertable (take note: A n B must be square matrices)

22
Q

What if there’s no B tht can satisfy AB=BA=In?

A

A is singular/non invertable

23
Q

Any square matrix O is singular/noninvertable or nonsingular/invertable

A

Singular/noninvertable

Cuz there’s no matrix such tht if u mult to O will = to Identity, it will always = to O

24
Q

Properties of inverse

A

-if it exists, it’s unique
-if A&B r nonsingular, then AB is nonsingular
-refer to ntbk for 3-5

25
Ref rules
1.) all rows containing entirely of 0s IF ANY, should be at the bottom of matrix 2.) 1st non 0 entry of each row (leading entry), tht doesn’t consist entirely of 0s is 1 3.) each leading entry is in a col to the RIGHT of the leading entry in the prev row
26
For it to be an REF, bottom row should all be 0s
False
27
RREF rules
If a col contains a leading entry of some row, then all other entries in the col are 0
28
All rows need a leading entry to be an REF
True (excluding bottom sometimes)
29
Gaussian elimination
Apply EROs to obtain REF
30
Gauss jordan
Apply EROs to obtain RREF
31
(REF/RREF) is unique
RREF
32
How to verify inverse of a matrix?
Mult the og to its inverse, prod should be its identity