Matrices properties Flashcards

1
Q

For matrices defined as:

  • A n×m
  • B m×j
  • C j×k

What is the associativity property for (AB)C?

A

(A·B)·C = A·(B·C)

This allows us to group matrices differently without changing the result.

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

For matrices defined as:

  • A n×m
  • B m×j
  • C m×j

What is the distributivity property for A(B + C)?

A

A·(B + C) = AB + AC

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

For matrix defined as:

  • A n×m

What will Im·A be equal to ?

A

A

because the identity matrix doesn’t affect the matrices it is multiplied to

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

What is the identity matrix

A

A martix that has only ones in its diagonal and zeros everywhere else

e.g. :

[1,0,0]
[0,1,0]
[0,0,1]

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

If a matrix has a matrix inverse, give 3 properties of it

A

- Regular
- Non singular
- Invertible

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

If a matrix doesn’t have a matrix inverse, give 2 properties of it

A

- Singular
- Non invertible

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

If A-1 exists, it is ..?

A

Unique

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

How do you find A-1

A

( 1 / determinant (A) ) x Adjoint(A)

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

A · A-1 = ?

A

A-1 · A

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

(A · B)-1 = ?

A

B-1 · A-1

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

is the statement true ?
(A + B)-1 = A-1 + B-1

A

NO

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

(AT)T = ?

A

A

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

(A + B)T = ?

A

AT + BT

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

(A · B)T = ?

A

BT · AT

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

A is symetric if ..?

A

A = AT

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

What is the only type of matrices than can be symetric ?

A

N x N matrices (also called square matrices)

17
Q

If A-1 exists, what does it tells us about A-T

A

It tells us that A-T also exists

18
Q

Is the sum of symetric matrices also always symetric ?

19
Q

Is the product of symetric matrices also always symetric ?

A

No but it is always defined

20
Q

for (x,y) ℝ, and C n×m
is the statement true:

(xy)C = x(y · C)

21
Q

for (x,y) ℝ, and Bn×m Cm×j
is the statement true:

x(B · C) = B(x · C)

22
Q

for (x,y) ℝ, and Cn×m
is the statement true:
(xy) · C = xC · yC

23
Q

for (x,y) ℝ, and Bn×m Cm×j
is the statement true:

x(B + C) = xB + xC