Matrices and determinants

 

Matrices And Determinants

Matrices and determinants are used to perform various arithmetic operations involving an array of elements. Matrices are a rectangular array of elements that are represented in the form of rows and columns. And determinants are calculated for a matrix and it is a single numeric value that has been computed from this array of elements. The matrix is represented with an alphabet in upper case and is written as A, and the determinant is represented as |A|.

Matrices and determinants have differences in their properties. The multiplication of a constant K with a matrix multiplies every element of the matrix, and the multiplication of a constant K with a Determinant multiplies with the elements of any particular row or columns. Let us learn more about the properties, and differences between matrices and determinants with the help of examples, FAQs.

What Are Matrices And Determinants?

Matrices and determinants represent an array of elements, and we compute a single element value for the entire determinant. Matrices is a plural form of a matrix, which is a rectangular array or a table where numbers or elements are arranged in a number of rows and columns. Matrices can be added or subtracted if only they have the same number of rows and columns whereas they can be multiplied if only columns in first and rows in second are exactly the same.

Matrices and determinants have a close relationship in math. A matrix is an array of elements that is denoted by M, and the determinant is the single numeric value to represent this matrix and is denoted as |M|. Let us look at the definition of a matrix and a determinant.

Definition of Matrix

A matrix is an array of elements represented as rows and columns. Determinants are considered as scalar factors of a matrix. The matrix is generally denoted by a capital alphabet. The order of a matrix is represented by the number of rows and columns in a matrix. A matrix of order m x n has m rows and n columns.

A=[a11a12a13...a1na21a22a23...a2na31a32a33...a3n::::am1am2am3...amn]

Definition of Determinant

For every square matrix, C = [cij] of order n×n, a determinant can be defined as a scalar value that is real or a complex number, where cij is the (i,j)th element of matrix C. The determinant can be denoted as det(C) or |C|, here the determinant is written by taking the grid of numbers and arranging them inside the absolute-value bars instead of using square brackets.

Consider a matrix C = [abcd]

Then, its determinant can be shown as:

|C| = |abcd|

Difference Between Matrices And Determinants

The difference between matrices and determinants helps in a better understanding of matrices and determinants.

  1. The matrix is an array of numbers, but a determinant is a single numeric value found after computation from a matrix.
  2. The determinant value of a matrix can be computed, but a matrix cannot be computed from a determinant.
  3. The matrices can be of any order. But a determinant can be found only for a square matrix having an equal number of rows and columns.
  4. The multiplication of a constant K with a matrix multiplies it with every element of the matrix. But the multiplication of a constant K with a determinant multiplies it with every element of a particular row or column of a determinant.
  5. The rows and columns of a determinant can be interchanged but the many rows and columns of a matrix cannot be interchanged.
  6. The value of a determinant is equal to zero if any two rows or columns are identical, but identical rows or columns in a matrix do not make it a null matrix.
  7. The elements of any particular row or column can be dissected as the sum or difference of values and it can be written as two different determinants. But the matrix elements of any row or column cannot be broken down into the sum or difference of any two rows.
  8. Any row or column if added with equimultiples of another row or column, then the value of the determinant does not change. But a similar operation cannot be performed on a matrix.

Properties of Matrices

The following properties of matrices help in easily performing numerous operations on matrices.

Addition Property of Matrics

  • Commutative Law. For the given two matrixes, matrix A and matrix B of the same order, say m x n, then A + B = B + A.
  • Associative law: For any three matrices, A , B, C of the same order m x n, we have (A + B) + C = A + (B + C)
  • Existence of additive identity Let A be a matrix of order m × n, and O be a zero matrix or a null matrix of the same order m × n , then A + O = O + A = A. In other words, O is the additive identity for matrix addition.
  • Existence of additive inverse Let A be a matrix of order m × n. and let -A be another matrix of order m × n such that A + (– A) = (– A) + A= O. So the matrix – A is the additive inverse of A or the negative of matrix A.

Scalar Multiplication Property of Matrices

  • The product of a constant with the sum of matrices is equal to the sum of the individual product of the constant and the matrix. k(A + B) = kA + kB
  • The product of the sum of the constants with a matrix is equal to the sum of the product of each of the constants with the matrix. (k + l)A = kA + lA

Multiplication Property of Matrices

  • Associative Property: For any three matrices A, B, C following the matrix multiplication conditions, we have (AB)C = A(BC). Here both sides of the matrix multiplication are defined.
  • Distributive Property: For any three matrices A, B, C following the matrix multiplication conditions, we have A(B + C) = AB + AC.
  • The existence of multiplicative identity. For a square matrix A, having the order m × n, and an identity matrix I of the same order we have AI = IA = A. Here the product of the identity matrix with the given matrix results in the same matrix.

Transpose Property of Matrices

  • The transpose of a matrix on further taking a transpose for the second time results in the original matrix. (A')' = A
  • The transpose of the product of a constant and a matrix is equal to the product of the constant and the transpose of the matrix. (kA)' = kA'
  • The transpose of the sum of two matrices is equal to the sum of the transpose of the individual matrices. (A + B)' = A' + B'
  • The transpose of the product of two matrices is equal to the product of the transpose of the second matrix and the transpose of the first matrix. (AB)' = B'A'

Other Properties of Matrices

  • For a square matrix with real number entries, A + A' is a symmetric matrix, and A - A' is a skew-symmetric matrix.
  • A square matrix can be expressed as a sum of symmetric and skew-symmetric matrix. A = 1/2(A + A') + 1/2(A - A').
  • The inverse of a matrix if it exists is unique. AB = BA = I.
  • If matrix A is the inverse of matrix B, then matrix B is the inverse of matrix A.
  • If A and B are invertible matrices of the same order m × n, then (AB)-1 = B-1A-1.

Properties of Determinants

The following seven properties of determinants help in easily computing the determinants.

  1. Interchange Property: The value of a determinant remains unchanged if the rows or columns of the determinant are altered. A = |a1a2a3b1b2b3c1c2c3|, A' = |a1b1c1a2b2c2a3b3c3| Det(A) = Det(A')
  2. Sign Property: The sign of the determinant changes if any two particular rows or two particular columns of the determinant are interchanged. A = |a1a2a3b1b2b3c1c2c3|, B = |a1a2a3c1c2c3b1b2b3| Det(A) = -Det(B)
  3. Zero Property: The value of a determinant is equal to zero if any two rows or any two columns of the determinant have the same elements. A = |a1a2a3a1a2a3b1b2b3| Here the elements of the first row and the second row are identical. Hence the value of the determinant is equal to zero Der(A) = 0
  4. Multiplication Property: The value of the determining becomes k times the earlier value of the determinant if each of the elements of a particular row or column is multiplied with a constant k.A = |a1b1c1a2b2c2a3b3c3|, B = |ka1kb1kc1a2b2c2a3b3c3| Det(B) = k× Det(B)
  5. Sum Property: If a few elements of a row or column are expressed as a sum of terms, then the determinant can be expressed as a sum of two or more determinants. |a1+b1a2+b2a3+b3c1c2c3d1d2d3| = |a1a2a3c1c2c3d1d2d3| + |b1b2b3c1c2c3d1d2d3|
  6. Property Of Invariance: If each element of a row and column of a determinant is added with the equimultiples of the elements of another row or column of a determinant, then the value of the determinant remains unchanged. This can be expressed in the form of a formula as RiRi+kRj, or CiCi+kCj. A = |a1a2a3b1b2b3c1c2c3|, B = |a1+kc1a2+kc2a3+kc3b1b2b3c1c2c3|. Det(A) = Det(B)
  7. Triangular Property: If the elements above or below the main diagonal are equal to zero, then the value of the determinant is equal to the product of the elements of the diagonal matrix.

|a1a2a30b2b300c3| = |a100a2b20a3b3c3| = a1.b2.c3

Solving Matrices And Determinants

Matrices can be solved through the arithmetic operations of addition, subtraction, multiplication, and through finding its inverse. Further a single numeric value that can be computed for a square matrix is called the determinant of the square matrix. The determinants can be calculated for only square matrices.

Let us check the different operations of addition, subtraction, multiplication of matrices, and also find the determinant value of order 2 x 2, 3 x 3.

Addition of Matrices

The addition of matrices is similar to the simple arithmetic addition of terms. The addition of two matrices is possible in the two matrices are of the same order. The addition of two matrices is possible by the simultaneous addition of their respective elements to obtain a new matrix.

raction Of Matrices

As we know that subtraction of matrices is possible only if the matrices have an equal number of rows and columns, therefore, for the subtraction of matrices of order 2 × 2, the matrices must have 2 rows and 2 columns. Now, consider two matrices A and B with dimensions 2 × 2. To subtract B from A, we will subtract the elements of B from the corresponding elements of A. The general form of subtraction of B from A (order 2 × 2)is:


Multiplication Of Matrices

The process is the same for the matrix of any order. The condition for multiplication of two matrices is, the number of columns in the first matrix should be equal to the number of rows in the second matrix. We multiply the elements of each row of the first matrix by the elements of each column in the second matrix (element by element) as shown in the image. Finally, we add the products.

Multiplication Of Matrices - Matrix and Determinants

Solving a 2D Determinant

For any 2d square matrix or a square matrix of order 2×2, we can use the determinant formula to calculate its determinant:

C = [abcd]

Its 2D determinant can be calculated as:

|C| = |abcd|

|C| = (a×d) - (b×c)

For example: C = [8634]

Its determinant can be calculated as:

|C| = |8634|

|C| = (8×4) - (6×3) = 32 - 18 = 14

Solving A 3D Determinants

For any 3d square matrix or a square matrix of order 3×3, this is the procedure to calculate its determinant.

C=[a1b1c1a2b2c2a3b3c3]

Its determinant can be calculated as:

|C| = |a1b1c1a2b2c2a3b3c3|

  • a1 is fixed as the anchor number and the 2D determinant of its sub-matrix which is a square matrix is calculated.
  • The next anchor number is taken in order, now, it is b1 and the small determinant is calculated, and finally, c1 is taken as the anchor number and its 2D determinant is calculated.
  • Alternately keep multiplying the small determinant by the anchor number and by its sign.
  • |C| = |+++++|
  • Finally sum them up.

|C| = a1|b2c2b3c3|b1|a2c2a3c3|+c1|a2b2a3b3|

|C| = a1(b2c3b3c2)b1(a2c3a3c2)+c1(a2b3a3b2)

Related Topics

 


Breakdown tough concepts through simple visuals.
Math will no longer be a tough subject, especially when you understand the concepts through visualizations.


FAQs on Matrices And Determinants

What Are Matrices And Determinants?

How To Solve Matrices And Determinants?

What Is The Difference Between Matrices And Determinants?

  1. (abcd)

What Is The Order Of Matrices And Determinants?

What Are The Formulas Of Matrices And Determinants?

Are Matrices And Determinants The Same?

(abcd)

What Are The Applications Of Matrices And Determinants?

No comments:

Post a Comment