Inverse Of Matrix
In linear algebra, matrix inverse holds a special place because there is no division in matrix algebra. You cannot divide two matrices. Fortunately, the division… Read More »Inverse Of Matrix
In linear algebra, matrix inverse holds a special place because there is no division in matrix algebra. You cannot divide two matrices. Fortunately, the division… Read More »Inverse Of Matrix
The matrices can be multiplied to get product matrix and also they demonstrate all other mathematical properties. The power of matrices is another mathematical property… Read More »Power Of Matrices
So far you have learned about non-homogeneous system of linear equations of the form where is the augmented matrix and is the matrix representing unknowns… Read More »Homogeneous System Of Linear Equations
Matrix has a special function called trace function. If is a square matrix then the sum of its main diagonal entry is called trace of… Read More »Trace Of Matrix
The transpose of a matrix is denoted by is obtained by changing rows into columns or columns to rows of a matrix . If size… Read More »Matrix Transpose
The multiplication of matrices means rows of matrix is multiplied to columns of to obtain a third matrix . We also evaluate the matrix multiplication… Read More »Matrix Multiplication
In the previous post, you have learned about matrix addition and its mathematical properties. The matrix subtraction is also mathematical operation on two matrices where… Read More »Matrix Subtraction
Previous article, you learned that matrix are two dimensional representation of data other than augmented matrix from a system of linear equations. Matrix operations such… Read More »Matrix Addition
In this section, you will learn common mathematical operations performed on matrices. These operations range from common arithmetic operations such as addition, subtraction, multiplication to… Read More »Matrix Operations
Gaussian elimination is a technique to change the augmented matrix into a row echelon form.There are many echelon forms, but subsequently, we must find the… Read More »Gaussian Elimination