Linear Transformations Flashcards

1
Q

What is (A*B)^T?

A

B^T*A^T

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

When can C = A*B?

A

When A is mn and B is np, then C is m*p.

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

What does A*x = b mean?

A

That vector b is the mapping of vector x through the linear transformation defined by matrix A.

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

What can be said about the columns of A?

A

That they are the mappings of the vectors of the basis.

e.g. if A = (2, 3; -1, 7) then A(1, 0) = (2 3) and A(0, 1) = (-1 7).

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