Matrices: Matrices
Simple matrix operations
Under certain conditions we can calculate with matrices. Here we discuss addition and scalar multiplication. We also look at reflection about the main diagonal.
Addition of matrices
If and are matrices of the same size, then the sum matrix is the matrix that you will get by adding corresponding elements. Just as for numbers, the operation is called addition.
Written out in coordinates this definition reads as follows:
Let and both be matrices with elements and , respectively. For and define The matrix with elements is the sum of the matrices and .
Rules for adding matrices Addition of matrices satisfies the following two properties, where , and are three matrices:
The associativity enables us to talk about without specifying how we determine the matrix: as or as . The result is the same either way.
Scalar multiplication of a matrix
If is a matrix and a number, then or simply , the matrix you get by multiplying all the elements of by . We call this operation the scalar multiplication of the scalar by the matrix and the result the scalar product.
If , we often write rather than . This matrix is called the opposite matrix of .
Rules for scalar multiplication The below calculation rules apply for scalar multiplication.
If and matrices are of equal size, and and are scalars, then:
The transposed matrix The transposed matrix of , denoted as , is the matrix that you get when you reflect about its main diagonal. If is an matrix, then is an matrix. Other commonly used ways of denoting the transposed matrix of are and .
Rules for transposed matrices For matrices and of equal size and each scalar we have
Symmetric and antisymmetric matrices A symmetric matrix is a square matrix that is equal to its transpose. An antisymmetric matrix (also called a skew-symmetric matrix) is a square matrix that is opposite to its transpose.