Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Matrices and their product

1.[2p]

In the product AB, which transformation acts on a vector first?

Correct
The answer is: $B$
The answer is: $B$
The answer is: $B$

2.[2p]

Column j of AB is

Correct
The answer is: $A$ applied to column $j$ of $B$
The answer is: $A$ applied to column $j$ of $B$
The answer is: $A$ applied to column $j$ of $B$

3.[3p]

With A=[(2,1),(-1,3)] and B=[(1,4),(2,0)], what is the entry in row 2, column 1 of AB?

CorrectNot quite: 13

4.[1p]

For all square matrices of the same size, AB=BA.

The answer is: False
Correct

5.[3p]

Which of these hold for all matrices of compatible shapes?

Select all that apply

Correct
Correct
Correct
The answer is: $(AB)C = A(BC)$, $A(B + C) = AB + AC$, $(AB)^T = B^TA^T$

6.[2p]

Squaring the shear [(1,0),(1,1)] gives [(1,0),(k,1)]. What is k?

CorrectNot quite: 2

7.[2p]

Why is (AB)C=A(BC) true without any calculation?

Correct
The answer is: Both sides describe doing $C$, then $B$, then $A$, and composing functions is associative
The answer is: Both sides describe doing $C$, then $B$, then $A$, and composing functions is associative
The answer is: Both sides describe doing $C$, then $B$, then $A$, and composing functions is associative

8.[2p]

Multiplying two n by n matrices by the definition costs about n3 multiplications. For n=1000, how many is that, as a power of ten?

CorrectNot quite: 9

9.[3p]

Match each product to what it equals.

  • A quarter turn composed with itself

  • Projection onto the horizontal axis, squared

  • Projection onto the horizontal axis times projection onto the vertical

  • Any matrix times the identity

  • that matrix

  • a half turn, which is -I

  • the same projection

  • the zero matrix

Show the answer

A quarter turn composed with itself: a half turn, which is -I Projection onto the horizontal axis, squared: the same projection Projection onto the horizontal axis times projection onto the vertical: the zero matrix Any matrix times the identity: that matrix