Matrices - Solve, Types, Meaning, Examples | Matrix Definition
Matrices - Solve, Types, Meaning, Examples | Matrix Definition
Addition of Matrices
Subtraction of Matrices
Scalar Multiplication
Multiplication of Matrices
Transpose of Matrices
Addition of Matrices
Scalar Multiplication
K(A + B) = KA + KB
(K + l)A = KA + lA
(Kl)A = K(lA) = l(KA)
(-K)A = -(KA) = K(-A)
1·A = A
(-1)A = -A
:
Multiplication of Matrices
⎡ 𝑐1 ⎤
⎢ ⎥
𝑅𝐶 = [𝑟1 𝑟2 . . . 𝑟𝑛 ] ⎢ ⎥ = [𝑟1 𝑐1 + 𝑟2 𝑐2 + . . . + 𝑟𝑛 𝑐𝑛 ]
𝑐2
⎢ ⋮ ⎥
⎢⎣ 𝑐𝑛 ⎥⎦
. For example,
⎡ 2 ⎤
⎢ ⎥
[1 3 2] ⎢ − 1 ⎥ = [7]
⎣ 4 ⎦
AB ≠ BA
A(BC) = (AB)C
:
A(B + C) = AB + AC
(A + B)C = AC + BC
A
𝐼𝑚
= A = AIn, for identity matrices I
𝑚
and In.
A
𝑚×𝑛
O
𝑛×𝑝
=O
𝑚×𝑝
, where O is a null matrix.
Transpose of Matrix
(AT)T = A
(A + B)T = AT + BT, A and B being of the same order.
(KA)T= KAT, K is any scalar(real or complex).
(AB)T= BTAT, A and B being conformable for the product AB.
(This is also called reversal law.)
The trace of any matrix A, Tr(A) is defined as the sum of its diagonal
elements. Some properties of trace of matrices are,
tr(AB) = tr(BA)
tr(A) = tr(AT)
tr(cA) = c tr(A), for a scalar 'c'
tr(A + B) = tr(A) + tr(B)
Determinant of Matrices
The determinant of a matrix is a number defined only for square
matrices. It is used in the analysis of linear equations and their
solution. The determinant formula helps calculate the determinant of
a matrix using the elements of the matrix. Determinant of a matrix is
equal to the summation of the product of the elements of a particular
row or column with their respective cofactors. Determinant of a
matrix A is denoted as |A|. Let say we want to find the determinant of
the matrix
⎡ 𝑎11 𝑎12 𝑎13 ⎤
⎢ ⎥
𝐴 = ⎢ 𝑎21 𝑎22 𝑎23 ⎥
⎣ 𝑎31 𝑎32 𝑎33 ⎦
:
Then determinant formula of matrix A:
|𝑎 𝑎 | | | | |
𝑎11 ( − 1)1 + 1 || 𝑎22 𝑎23 | + 𝑎 ( − 1)1 + 2 | 𝑎21 𝑎23 | + 𝑎 ( − 1)1 + 3 | 𝑎21 𝑎22 |
| 12 | 𝑎31 𝑎33 | 13 | 𝑎31 𝑎32 |
| 32 33 | | | | |
|| 𝑎21 𝑎23 ||
𝑀12 =| |
| 𝑎31 𝑎33 |
| |
Similarly, we can find all the minors of the matrix and will get a minor
matrix M of the given matrix A as:
Note: Be extra cautious about the negative sign while calculating the
cofactor of the matrix.
⎡ −8 −2 −5 ⎤
⎢ ⎥
𝑀 = ⎢ 5 −7 −1 ⎥
⎢⎣ −17 4 10 ⎦⎥
⎡ −8 2 −5 ⎤
⎢ ⎥
𝐶 = ⎢ −5 −7 1 ⎥
⎢⎣ −17 −4 10 ⎥⎦
Then the transpose of the cofactor matrix will give the adjoint of the
:
given matrix:
adj(A) = CT =
⎡ −8 −5 −17 ⎤
⎢ ⎥
⎢ 2 −7 −4 ⎥
⎢⎣ −5 1 10 ⎥⎦
A-1 = (1/|A|)(Adj A)
where
Hence, A-1 =
⎡ 0.24 0.15 0.51 ⎤
⎢ ⎥
⎢ −0.06 0.21 0.12 ⎥
⎢⎣ 0.15 −0.03 −0.39 ⎥⎦
DT =
⎡2 3 6⎤
⎢ ⎥
⎢ 3 4 5 ⎥
⎢⎣ 6 5 9 ⎥⎦
=D
⎡ 0 3⎤
𝐹=⎢ ⎥
⎢⎣ −3 0 ⎥⎦
is a skew-symmetric matrix because
FT =
:
⎡ 0 −3 ⎤
⎢ ⎥
⎢⎣ 3 0 ⎥⎦
-F =
⎡ 0 −3 ⎤
⎢ ⎥
⎢⎣ 3 0 ⎥⎦
A•X=B
x+y=8
:
2x + 3y = 10
⎡1 1⎤
𝐴=⎢ ⎥
⎢⎣ 2 3 ⎥⎦
⎡𝑥⎤
𝑋=⎢ ⎥
⎣𝑦⎦
⎡ 8 ⎤
𝐵=⎢ ⎥
⎢⎣ 10 ⎥⎦
|1 1|
| 𝐴 | = || |
|
|2 3|
| |
Hence, |A| = 3 - 2 = 1
∵
|𝐴| ≠ 0
, it is possible to find the inverse of matrix A.
Now, by using the formula for finding the inverse of 2x2 matrix
(which is mentioned in previous sections),
⎡ 3 −1 ⎤
𝐴−1 = ⎢ ⎥
⎢⎣ −2 1 ⎥⎦
⎡ 3 −1 ⎤⎡ 8 ⎤ ⎡ 14 ⎤
⎢ ⎥⎢ ⎥ = ⎢ ⎥
⎢⎣ −2 1 ⎥⎦⎢⎣ 10 ⎥⎦ ⎢⎣ −6 ⎥⎦
⎡ 14 ⎤
𝑋=⎢ ⎥
⎢⎣ −6 ⎥⎦
A(adj A) = (adj A) A = | A | In
| adj A | = | A |n-1
adj (adj A) = | A |n-2 A
| adj (adj A) | = | A |(n-1)^2
adj (AB) = (adj B) (adj A)
adj (Am) = (adj A)m,
:
adj (kA) = kn-1 (adj A) , k ∈ R
adj(In) = In
adj 0 = 0
A is symmetric (adj A) is also symmetric.
A is diagonal (adj A) is also diagonal.
A is triangular adj A is also triangular.
A is singular | adj A | = 0
A-1 = (1/|A|) adj A
(AB)-1 = B-1A-1
☛Related Topics:
Matrix Calculator
Diagonal Matrix Calculator
Transpose Matrix Calculator
Matrix Addition Calculator
: