Matrices
Enter a matrix Call a matrix Operations on matrices Identity and zero matrix Compute the determinant of a matrix Inverse of a matrix

Enter a Matrix

Consider the matrix:

(1234)

There are two ways to enter a matrix in your calculator.

  1. First Way: If you just want to use the matrix for one computation, press Menu Icon and select Matrix & Vector > Create > Matrix. Choose the proper dimensions (here, Number of rows = 2 and Number of columns = 2), and press Enter Icon. You can then fill the matrix as follows:

    Recursive Formula Example

  2. Second Way: If you want to store the matrix in the calculator, do the same process. Then, press Control Icon and Store Icon. Enter the name of the matrix, here it is A.

    Recursive Formula Example

Call a matrix

Consider the matrix:

A=(1234)

Once you have entered it ( see above), you can display it in the main screen by entering A and pressing Enter Icon.

The matrix is displayed.

Perform operations on matrices

Suppose you have two matrices:

A=(1234),B=(5678)

We can perform the following operations:

  1. Addition: Enter A + B and press Enter Icon.

    Recursive Formula Example

    The result is: A+B=(681012)

  2. Subtraction: Enter A - B and press Enter Icon. The result is: AB=(4444)
  3. Multiplication: Enter A x B and press Enter Icon. The result is: AB=(19224350)

Note: To perform matrix operations, ensure that the matrices are of compatible dimensions.

Identity and zero matrices

Identity and zero matrices are fundamental in matrix operations. Here’s how to create them:

  1. Create an Identity Matrix:
    1. Press Menu Icon and select Matrix & Vector > Create > Identity.
    2. Enter the size of the matrix (e.g., 3 for a 3x3 identity matrix) and press Enter Icon.

    The result should be:

    I=(100010001)

  2. Create a Zero Matrix:
    1. Press Menu Icon and select Matrix & Vector > Create > Zero Matrix.
    2. Enter the dimensions of the matrix (e.g., 3 rows and 2 columns for a 3x2 zero matrix) and press Enter Icon.

    The result should be:

    Z=(000000)

Identity and zero matrices are useful for checking properties such as inverses and simplifying operations.

Compute the determinant of a matrix

Consider the matrix:

A=(1234)

To compute the determinant:

  1. Enter the matrix ( see above)
  2. Press Menu Icon and select Matrix & Vector > Determinant.
  3. Enter A (or the matrix directly) and press Enter Icon.

    Recursive Formula Example

    The result should be det(A)=3.

Compute the inverse of a matrix

Consider the matrix:

A=(1234)

To compute the inverse:

  1. Enter A^-1 (using the power key Power Icon).
  2. Press Enter Icon. The following result should be displayed:

    Recursive Formula Example

Note: The matrix must be square and have a non-zero determinant to have an inverse.