Matrices Flashcards

1
Q

Theorem: Diagonal matrices in terms of subscripts

A

Aij = aiδij

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

Definition: Matrix Addition

A

(A + B)ij := Aij + Bij

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

Theorem: Matrix addition is commutative

A

A + B = B + A

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

Theorem: Matrix addition is associative

A

A + (B + C) = (A + B) + C

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

Definition: Matrix Multiplication

A

(AB)ij =
(m) Sum(k=1)
AikBkj

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

Theorem: Properties of Matrix Multiplication

A

(i) A(BC) = (AB)C
(ii) A(B + C) = (AB) + (AC)
(iii) (A + B)C = AC + BC

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

Definition: Scalar Matrix

A

Aij = aδij

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

Theorem: Scalar Matrix using the identity

A

A = λI^(n)

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

Theorem: Diagonal matrices commute

A

AB = BA

Diagonal

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

Theorem: Scalar matrices commute with any other matrix

A

AB = BA

Scalar

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

Definition: Scalar Multiplication

A

(λA)ij = λAij

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

Theorem: Properties of scalar multiplication

A

(i) 1A = A
(ii) 0A = 0^(n,m)
(iii) λ(µA) = (λµ)A
(iv) (λA)(µB) = (λµ)AB
(v) λ(A + B) = λA + λB
(vi) (λ + µ)A = λA + µA

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

Definition: Transpose of a matrix

A

(A^T)ij := Aji

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

Theorem: Properties of the transpose

A

(i) (A^T)^T = A
(ii) (AB)^T = B^TA^T
(iii) (λA + µB)^T = λA^T + µB^T

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

Definition: Symmetric Matrix

A

A = A^T
Also square

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

Theorem: Diagonal matrices are always symmetric

A

A diagonal matrix =⇒ A is symmetric

17
Q

Definition: Inverse of a matrix

A

AB = I^(n) = BA

18
Q

Theorem: Determinant and Invertibility

A

A is invertible ⇐⇒ det(A) != 0

19
Q

Theorem: Properties of the inverse

A

(i) (A^−1)^-1 = A
(ii)) (AB)^−1 = B^−1A^-1
(iii) (AT)^−1 = (A^−1)^T
(iv) (λA)^−1 =1/λ(A^−1)
(v) Assume AB = I^(n) ==> Then BA = I^(n)

20
Q

Definition: Orthogonal Matrix

A

A^−1 = A^T

Special Matrix