Chapter 2 Definitions Flashcards

(36 cards)

1
Q

Definition of Equality of Matrices

A

equal when same size and aij = bij for 1

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

Definition of Matrix Addition

A

A + B = [aij + bij]

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

Definition of Scalar Multiplication

A

cA = [caij]

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

Definition of Matrix Multiplication

A

AB = [cij] where cij = sum(k=1, n, aikbkj)

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

Linear Combinations of Column Vectors

A

x11a1 + x21a2 + … + xnan = b, where A is matrix mxn, x is nx1, b nx1

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

Commutative property of addition

A

A + B = B + A

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

associative property of addition

A

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

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

associative property of multiplication

A

(cd)A = c(dA)

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

multiplicative identity

A

1A = A

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

distributive property

A

c(A + B) = cA + cB

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

distributive property

A

(c +d)A = cA + dA

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

property of zero matrix

A

A + Omn = A

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

property of zero matrix

A

A + (-A) = Omn

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

property of zero matrix

A

if cA = Omn then c=0 or A = Omn

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

associative property of matrix multiplication

A

A(BC) = (AB)C

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

distributive property of matrix multiplication

A

A(B+C) = AB + AC

17
Q

distributive property of matrix multiplication

A

(A+B)C = AC + BC

18
Q

scalar properties of matrix multiplication

A

c(AB)=(cA)B=A(cB)

19
Q

property of identity matrix

20
Q

property of identity matrix

21
Q

properties of transposes

22
Q

properties of transposes

A

(A+B)^T=A^T+B^T

23
Q

properties of transposes

A

(cA)^T=c(A^T)

24
Q

properties of transposes

A

(AB)^T=B^T*A^T

25
Definition of the Inverse of a Matrix
AB = BA = In
26
Properties of Inverse Matrices: 1
(A^-1)^-1=A
27
Properties of Inverse Matrices: 2
(A^k)^-1 = (A^-1)^k
28
Properties of Inverse Matrices: 3
(cA)^-1=c^-1A^-1
29
Properties of Inverse Matrices: 4
(A^T)^-1=(A^-1)^T
30
Inverse of a Product
(AB)^-1=B^-1*A^-1
31
Definition of an Elementary Matrix
nxn where it can be obtained from the identity matrix In by a single elementary row operation
32
Invertible Matrix Theroem: 1
A is invertible if A is an nxn matrix
33
Invertible Matrix Theroem: 2
Ax=b has a unique solution for every nx1 column matrix b
34
Invertible Matrix Theroem: 3
Ax=0 has only the trivial solution
35
Invertible Matrix Theroem: 4
A is row-equivalent to I
36
Invertible Matrix Theroem: 5
A can be written as the product of elementary matrices