Vectors, Matrices, and Tables > Working With Arrays > Example: Matrix Algebra
  
Example: Matrix Algebra
1. Define and transpose a matrix.
Click to copy this expression
Click to copy this expression
2. Calculate the matrix determinant.
Click to copy this expression
3. Square the matrix.
Click to copy this expression
4. Inverse the matrix.
Click to copy this expression
5. Show that multiplying a matrix with its inverse results in the identity matrix
Click to copy this expression
Solving Linear Systems
1. Define a vector.
Click to copy this expression
2. Solve the linear system Mx = v.
Click to copy this expression
Click to copy this expression
3. Show that the original vector v is returned when M is multiplied by x.
Click to copy this expression
Nested Arrays
1. Define a nested array.
Click to copy this expression
Click to copy this expression
2. Display the nested array.
Click to copy this expression
3. Extract matrices from the nested array.
Click to copy this expression
Click to copy this expression