Matrix fundamentals under time pressure

Problem

Let

A=[1234].A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}.

Compute det(A)\det(A), tr(A)\operatorname{tr}(A), A1A^{-1}, and the Frobenius norm AF\lVert A \rVert_F. State whether AA is invertible and justify the answer in one sentence.

Reveal answer or reference solution
det(A)=2,tr(A)=5,A1=[213212],AF=30.\det(A) = -2, \qquad \operatorname{tr}(A) = 5, \qquad A^{-1} = \begin{bmatrix} -2 & 1 \\ \frac{3}{2} & -\frac{1}{2} \end{bmatrix}, \qquad \lVert A \rVert_F = \sqrt{30}.

AA is invertible because its determinant is nonzero.

Local history

Loading attempts saved in this browser…

Use with your agent

Share this URL and your attempt. Ask the agent to start with a clarifying question or the smallest useful hint.

Tutor me on https://mlprep.iwase.dev/mathematics/linear-algebra/original-la-foundations/. If window.mlPrepAgent is available, read attempts for item original-la-foundations before tutoring. Inspect my attempt, keep the item ID, and do not reveal the full answer first. After a real attempt, append its record and read it back.

Appears in