Matrices and Determinants

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/54

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

55 Terms

1
New cards

What’s an Idempotent Matrix?

An idempotent matrix is a square matrix that, when multiplied by itself, yields the same matrix. In other words, if A is an idempotent matrix, then A2 = A.

2
New cards

What’s an Involuntary Matrix?

An involuntary matrix is a square matrix that, when squared, yields the identity matrix. This means that if B is an involuntary matrix, then B2 = I, where I is the identity matrix.

3
New cards

What’s an Orthogonal Matrix?

An orthogonal matrix is a square matrix whose rows and columns are orthogonal unit vectors. This implies that when an orthogonal matrix is multiplied by its transpose, the result is the identity matrix.

4
New cards

What’s a Periodic Matrix?

A matrix where Ak+1 = A

‘k’ is the period of the matrix.

5
New cards

What’s a Nilpotent Matrix?

A nilpotent matrix is a square matrix N such that for some positive integer k, Nk = 0, where 0 is the zero matrix. This indicates that the matrix becomes zero when raised to a certain power.

Important: Nk-1 ≠ 0.

6
New cards

What is the determinant of an Idempotent Matrix?

The determinant of an idempotent matrix is either 0 or 1.

7
New cards

What is the determinant of an Involuntary Matrix?

The determinant of an involutory matrix is either 1 or -1.

8
New cards

What is the determinant of an Orthogonal Matrix?

The determinant of an orthogonal matrix is either 1 or -1.

9
New cards

What is the periodicity of an Idempotent Matrix?

An idempotent matrix has a periodicity of 1.

10
New cards

What is the determinant of a Nilpotent Matrix?

The determinant of a nilpotent matrix is always 0.

11
New cards

(AT)T = ?

A

12
New cards

(A+B)T = ?

AT + BT

13
New cards

(ABC)T = ?

CTBTAT

14
New cards

(kA)T = ?

k(A)T

15
New cards

Maximum number of different elements a symmetric matrix can have?

knowt flashcard image
16
New cards

What is the trace of a matrix?

The trace of a matrix is the sum of the elements on its main diagonal. It is only defined for square matrices.

17
New cards

Tr(A+B) = ?

Tr(A) + Tr(B)

18
New cards

Tr(AT) = ?

Tr(A)

19
New cards

Tr(λA) = ?

λTr(A) for scalar λ

20
New cards

Tr(AB) = ?

Tr(A)Tr(B) for compatible matrices A and B.

Also Tr(AB).

21
New cards

|AT| = ?

|A|

22
New cards

If any two rows/columns are identical, how does that affect the value of the determinant?

The determinant is equal to zero, indicating that the matrix is singular.

23
New cards

The interchange of any two consecutive rows or columns will affect the value of the determinant how?

The determinant will change its sign.

24
New cards

If a scalar is multiplied to the determinant:

The scalar will be multiplied to any one row or column.

25
New cards

|kA| = ?

kn |A|, where n is the order of the matrix.

26
New cards
term image

That’s why row operations work!

<p>That’s why row operations work!</p>
27
New cards

|AB| = ?

|A| |B|

if they are of the same order then it’s also |BA|

28
New cards

|AT| = ?

|A|

29
New cards

|kA| = ?

kn|A|, where n is the order of matrix A.

30
New cards

|An| = ?

|A|n

31
New cards

A * adj(A) = ?

|A|I, where I is the identity matrix.

32
New cards

adj(AT) = ?

[adj(A)]T

33
New cards

adj(AB) = ?

adj(B) * adj(A)

34
New cards

adj(adj(A)) = ?

|A|n-2 A, where n is the order of the matrix.

35
New cards

adj(kA) = ?

kn-1 adj(A), where n is the order of the matrix.

36
New cards

|adj(A)|

|A|n-1, where n is the order of the matrix.

37
New cards

|adj(adj(A))|

<p></p>
38
New cards

|adj(…..(adj(A)))| = ?

where it occurs ‘r’ times.

knowt flashcard image
39
New cards

|A * adj(A)|

|A|n where n is the order of the matrix A.

40
New cards

adj(adj(A)) for 2×2 matrices?

A

41
New cards

adj(adj(adj(A))) for 2×2 matrices?

adj(A)

42
New cards

A-1 = ?

adj(A)

|A|

43
New cards

(A-1)-1 = ?

A

44
New cards

(AT)-1 = ?

(A-1)T

45
New cards

(A-1)n = ?

(An)-1

46
New cards

(AB)-1 = ?

B-1 A-1

47
New cards

(kA)-1 = ?

k-1 A-1 = A-1/k

48
New cards

|A-1| = ?

|A|-1 = 1/|A|

49
New cards

How do you find the characteristic equation of a matrix?

|A - λI| = 0

50
New cards

You can tell the order of a matrix from its characteristic equation how?

The order of a matrix is the degree of its characteristic polynomial, which corresponds to the highest power of λ in the equation |A - λI| = 0.

51
New cards

In the characteristic equation of a matrix, the coefficient of I (Identity matrix) is:

(-1)n |A|, where n is the order of the matrix.

52
New cards

How do you know if a homogenous system of equations has a unique solution?

Δx = Δy = Δz = 0 and Δ≠0

This is called a trivial solution.

53
New cards

How do you know if a homogenous system of equations has infinite solutions?

Δx = Δy = Δz = 0 and Δ=0

This is called a non-trivial solution.

54
New cards

Do you know how to differentiate a determinant, or multiply two determinants?

Yes please!

55
New cards
term image
knowt flashcard image