What are matrices?
Friday, August 8th, 2008Matrices are simply arrays of values. We use them as a tool to ease operations such as solving simultaneous equations, working with vectors and transformations.
Matrices are simply arrays of values. We use them as a tool to ease operations such as solving simultaneous equations, working with vectors and transformations.
Determinants are only defined for square matrices. This article states the formulae for a 2×2 matrix, a 3×3 matrix and the general case. The general case is used when finding determinants of 4×4 matrices or bigger and most often when solving simultaneous equations. These large matrices involve quite a deal of computation and in real world situations would usually be solved by computers.
Square matrix - The number of rows and number of columns are equal.
Diagonal matrix - All elements other than those in the main diagonal are 0.
Identity matrix - The identity matrix is a diagonal matrix where all elements of the main diagonal are 1.
Scalar matrix - A diagonal matrix with all diagonal elements alike.
Row matrix - The matrix consists of a single row of elements.
Column matrix - The matrix consiste of a single column of elements.
Symmetric matrix - A square matrix which is equal to its transpose.
Skew-symmetric matrix - A square matrix which is equal to the opposite of its transpose.