Matrices larger than \(2 \times 2\) are tedious to multiply by hand. CAS calculators (TI-Nspire, Casio ClassPad) perform operations instantly and accurately, freeing mental effort for interpretation.
TI-Nspire CX:
1. Press menu → Matrix & Vector → Create → Matrix
2. Enter the number of rows and columns
3. Type each entry, pressing tab to move between cells
Casio ClassPad:
1. Open the Main application
2. Tap Math keyboard → matrix template
3. Fill in dimensions and entries
| Operation | CAS input |
|---|---|
| Addition | matA + matB |
| Subtraction | matA - matB |
| Scalar multiplication | 3*matA |
| Matrix multiplication | matA * matB |
| Matrix power | matA^3 |
| Inverse | matA^(-1) or inverse(matA) |
| Determinant | det(matA) |
| Transpose | transpose(matA) |
Given the transition matrix \(T\) and state vector \(S_0\):
Find \(S_5 = T^5 S_0\).
On CAS: define T and S0 as matrices, then compute T^5 * S0.
Approximately 286 in State 1, 514 in State 2.
STUDY HINT: Practise entering matrices quickly on your CAS. In an exam, slow data entry under pressure loses time. Set up your notation: store \(T\), \(S_0\) as named matrices to avoid re-entry.
EXAM TIP: Show the matrix setup and the final answer. CAS output alone without supporting working may not attract full marks for method.