Let
(a) Compute .
(b) Is defined? If not, what is the correct transpose identity?
Check the shapes before multiplying. is and is . The inner dimensions match (), so exists and has the outer dimensions, .
Exploit the structure of B. Every column of is , so each entry of is just the sum of a row of , and both columns of will be identical.
Compute the three row sums.
Hence
(b) Check the shapes for AᵗBᵗ. Transposing swaps dimensions: is and is . The product would need the inner dimensions to agree, i.e. (columns of ) (rows of ) — and they do not. So
State the identity that does hold. Transposing a product reverses the order:
Here is and is , so is — exactly the shape of .
Verify the identity numerically.
which is indeed the transpose of the found in part (a). This confirms both the arithmetic and the order-reversal rule.
Need to solve a different problem like this? Open the solver →