Matrix Calculator (Overview and Demo)

Get familiar with the matrix calculator.

We'll cover the following

Before making the matrix calculator, let’s briefly recap matrices and their arithmetic.

Matrix

In mathematics, a matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. Matrices are often used to represent linear transformations and systems of linear equations. They have many applications in various fields, such as physics, engineering, economics, computer graphics, and data science/machine learning.

A matrix is usually denoted by a capital letter, such as AA, and its elements are referred to by their row and column indices, such as AijA_{ij} for the element in the ithi^{th} row and jthj^{th} column. The size of a matrix is given by its number of rows and columns, and it is often written as m×nm \times n, where mm is the number of rows and nn is the number of columns. For example, here's a square matrix (having equal rows and columns) of dimension 3×3.3 \times 3.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy