Skip to main content

How to find a determinant, inverse and eigenvalues of a matrix on the Casio fx-CG50

Enter a matrix, then the determinant, inverse, powers and (on the TI-Nspire) eigenvalues. Exact keystrokes for the fx-CG50 first, then the other calculators, a worked example you can check your answers against, the mistakes that cost marks, and the same thing in Desmos.

Calculators: Casio fx-CG50 (OS 3.80) · TI-84 Plus CE (OS 5.8.x) · TI-Nspire CX II (OS 6.x) · Casio fx-991EX ClassWiz (the fixed ROM) · Casio fx-991CW ClassWiz (the fixed ROM). Checked September 2026.

When you need it

Matrices are Further Maths (Core Pure): determinants, inverses, transformations and solving 3 × 3 systems. A Level Maths does not use them.

Practise it: Algebra and functions.

Keystrokes on your calculator

Pick your calculator: the page remembers it next time.

Matrices on the Casio fx-CG50

Written for OS 3.80 (menus unchanged from OS 3.60 onwards as far as we can tell). Casio fx-CG50: graphic (GDC).

  1. MENU 1 (RUN-MATRIX), then F3 (MAT/VCT) to open the matrix list.
  2. Highlight Mat A, EXE, set m = 2 EXE and n = 2 EXE, type the entries with EXE after each, then EXIT twice.
  3. Determinant: OPTN F2 (MAT/VCT) F3 (Det), then F1 (Mat) ALPHA X,θ,T (A), EXE.
  4. Inverse: F1 (Mat) ALPHA X,θ,T (A) SHIFT ) (x⁻¹) EXE. Powers: Mat A ^ 10 for a Markov chain after 10 steps.
  5. Eigenvalues: there is no eigenvalue command. Find the characteristic equation det(A − λI) = 0 (for a 2 × 2 matrix, λ² − (trace)λ + det = 0) and solve it in EQUATION → POLYNOMIAL.
RUN-MATRIXDet Mat A5Mat A⁻¹[[0.6 −0.2][−0.2 0.4]]Mat/VctM→LDetTrnAugment▷
Schematic fx-CG50 screen (not a photo); the bottom row is what F1–F6 do here.
  • Steady state of a Markov chain: raise the transition matrix to a large power (Mat A ^ 50) and check the columns (or rows) stop changing, or solve (T − I)s = 0 with Σs = 1.
  • Matrices up to 99 × 99 are possible, but the IB only needs small ones.

Worked example

A = (2 1; 1 3). Find det A, A⁻¹ and the eigenvalues of A. Also find det of (1 2 0; 3 −1 4; 2 0 1).

Answers (checked with Python)

det A = 5. A⁻¹ = (0.6 −0.2; −0.2 0.4). Eigenvalues: λ² − 5λ + 5 = 0, so λ = 1.38197 and 3.61803. The 3 × 3 determinant is 9.

Common calculator mistakes

Do it in Desmos

Not in the exam. Desmos is not allowed in A Level exams. Use it to learn, to check a calculator answer, and to see what a function or data set looks like.

  1. Matrices are in the separate Desmos Matrix Calculator (desmos.com/matrix): det, inverse and powers, but not eigenvalues.
  2. In the graphing calculator you can see the eigenvalues as the zeros of the characteristic polynomial: plot y = x² − 5x + 5 (trace 5, det 5) and click the x-intercepts.

The interactive graph loads here when you scroll to it.

Or open desmos.com/calculator and type:

  • y=x^{2}-5x+5

More calculator skills

Sources

Menu names are taken from each manufacturer's manual for the OS versions shown. Menus can move slightly between OS updates: if a screen looks different on yours, the manual for your version is the reference, and please tell us so we can update this page. Worked-example answers were recomputed independently in Python.