Dawnbridge

TI-Nspire CX II field manual for IB Math

AI HL only · 36 of 42

36

Determinant and inverse of a matrix

AI HL

Enter a matrix A, compute detA to confirm it is invertible, then compute A−1.

Goal

For C=210121012, find det(C) and C−1.

1

Store the matrix: type c:= with , insert a 3 x 3 matrix template with 7: Matrix & Vector1: Create1: Matrix — in the dialog, type to set the rows and columns ( moves between the fields; the arrows change the numbers instead). Fill the entries 2, 1, 0, 1, 2, 1, 0, 1, 2 (move between cells with ), and press .

Scratchpad
RAD
c:=210121012
210121012
2

Compute the determinant: press 7: Matrix & Vector3: Determinant to paste det(, type , and press .

Scratchpad
RAD
det(c)
4
3

The determinant is nonzero, so the inverse exists. Type , raise it to the power −1 (press then ), and press . The Nspire returns the inverse with exact fractional entries.

Scratchpad
RAD
det(c)
4
c−1
43214121121412143
Result

det(C)=4 and C−1=413−21−24−21−23=43214121121412143.

Your turn

Work each one on your calculator, then check the answer.

  1. 1

    For A=211121112, find det(A) and A−1.

  2. 2

    For B=310121012, find det(B) and B−1.

  3. 3

    For C=102210031, find det(C) and C−1.