Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Chapter 1: Linear Equations and Matrices 39

SECTION D Inverse and Transpose of a Matrix

By the end of this section you will be able to


• transpose and prove properties of the matrix transpose
• understand what is meant by the identity matrix
• define the inverse matrix and prove properties of the inverse matrix

You should now be familiar with matrix operations such as addition, subtraction and
multiplication. What about division of matrices?
You cannot divide matrices, there is no such operation for matrices. However there
are other important operations of matrices such as transpose which is not relevant to
algebra of real numbers because it makes no change on real numbers.
D1 Transpose of a Matrix
What do you think transpose of a matrix means?
It is a new matrix which is made up by swapping over the rows and columns of the
given matrix. For example if
⎛1 2⎞
⎜ ⎟ ⎛1 3 5⎞
A = ⎜ 3 4 ⎟ then the transpose of this matrix is ⎜ ⎟
⎜5 6⎟ ⎝ 2 4 6⎠
⎝ ⎠
Row 1 becomes column 1, row 2 becomes column 2, etc. If A is the given matrix then
⎛1 3 5⎞
the transpose of A is denoted by AT . In the above case we have AT = ⎜ ⎟.
⎝ 2 4 6⎠
In general the entry aij (ith row and jth column) of matrix A is transposed to a ji (jth
row and ith column) in AT . That is if A = ( aij ) then AT = ( a ji ) .

Example 14
Find AT for each of the following matrices:
⎛ −9 2 3 ⎞
⎛ −1 2 ⎞ ⎜ ⎟ ⎛ −1 3 4⎞
(a) A = ⎜ ⎟ (b) A = ⎜ 7 −2 9 ⎟ (c) A = ⎜ ⎟
⎝ 3 4⎠ ⎜ 6 −1 5 ⎟ ⎝7 9 0⎠
⎝ ⎠
⎛1⎞ ⎛1 0 0⎞
⎜ ⎟ ⎜ ⎟
(d) A = ( −1 −2 −3) (e) A = ⎜ 2 ⎟ (f) A = ⎜ 0 1 0⎟
⎜ 3⎟ ⎜0 0 1 ⎟⎠
⎝ ⎠ ⎝
What do you notice about your result to part (f)?
Solution
(a) Remember AT means that we interchange rows and columns:
⎛ −1 3 ⎞
AT = ⎜ ⎟
⎝ 2 4⎠
(b) Similarly we have
⎛ −9 7 6 ⎞
⎜ ⎟
A = ⎜ 2 −2 −1⎟
T

⎜ 3 9 5⎟
⎝ ⎠
Chapter 1: Linear Equations and Matrices 40

(c) We have
⎛ −1 7 ⎞
⎜ ⎟
A = ⎜ 3 9⎟
T

⎜ 4 0⎟
⎝ ⎠
(d) What sort of matrix is A = ( −1 −2 −3) ?
It is a row matrix. Transposing this makes it a column matrix, that is
⎛ −1 ⎞
⎜ ⎟
A = ⎜ −2 ⎟
T

⎜ −3 ⎟
⎝ ⎠
⎛1⎞
⎜ ⎟
(e) What sort of matrix is A = ⎜ 2 ⎟ ?
⎜ 3⎟
⎝ ⎠
This is a column matrix and transposing makes it into a row matrix:
AT = (1 2 3)
⎛1 0 0⎞
⎜ ⎟
(f) Transposing A = ⎜ 0 1 0 ⎟ gives the same matrix, that is
⎜0 0 1⎟
⎝ ⎠
⎛1 0 0⎞
⎜ ⎟
AT = ⎜ 0 1 0 ⎟
⎜0 0 1⎟
⎝ ⎠
Transposing identity matrix (or multiples of the identity matrix) does not change.

Note that transposing a matrix of size m × n (m columns by n rows) gives a matrix of


size n × m (n columns by m rows).
James Sylvester alongside Arthur Cayley can claim to be the fathers of matrix theory.

James Sylvester was born to a London Jewish


family in l814. He went to school in London and
in 1837 he took the mathematical tripos exam
in Cambridge. He did not graduate until 1841
and even then from Trinity College, Dublin
rather than Cambridge because he refused to
take the oath of the Church of England.
In 1841, aged 27, he become professor of
mathematics at the University of Virginia,
USA, for six months. He resigned his post in
March 1842 because of the lenient attitude of
the university towards disruptive students.
He returned to England in 1843 and began to
study law and met Arthur Cayley who was also
a mathematics graduate studying law. Both
Cayley and Sylvester discussed mathematics
during their walks in the Courts of Lincoln’s
Fig 8 James Sylvester 1814 to 1897. Inn in London.
Chapter 1: Linear Equations and Matrices 41

They made serious contribution to matrix theory during this time.


Eventually in 1855 Sylvester secured a post of professor of mathematics at the Royal
Military Academy at Woolwich, London.
In 1877 he returned to America to become professor of mathematics at the new John
Hopkins University. A year later he founded the ‘American Journal of Mathematics’, the
first mathematics journal in the USA.
In 1883 he returned to England to become professor of Geometry at Oxford University,
where he remained until his death in 1897.
D2 Properties of Matrix Transpose
Next we prove some of the results concerning the transpose of a matrix.
Theorem (1.12). Properties of Matrix Transpose.
Let A and B be matrices of appropriate size so that the following operations can be
carried out. We have the following properties:
(a) ( AT ) = A
T

( kA ) = kAT where k is a scalar


T
(b)
( A + B ) = A T + BT
T
(c)
( AB ) = BT AT
T
(d)
We only prove properties (a) and (c). You are asked to prove the remaining in
Exercise 1(d).
Proof of (a). What does ( AT ) = A mean?
T

Means that the transpose of a transposed matrix is the matrix you started with.
⎛ a11 a12 " a1n ⎞
⎜ ⎟
a a22 " a2 n ⎟
Let A = ⎜ 21 then interchanging rows and columns gives
⎜ # # # # ⎟
⎜ ⎟
⎝ am1 am 2 " amn ⎠
⎛ a11 a21 " am1 ⎞
⎜ ⎟ ⎡ Notice the entries have ⎤
a a22 " am 2 ⎟ ⎢swapped, that is a is swapped ⎥
AT = ⎜ 12 ⎢ ⎥
⎜ # # # # ⎟ 21

⎜ ⎟ ⎢⎣ with a12 ," ⎥⎦


⎝ a1n a2 n " amn ⎠
⎛ a11 a12 " a1n ⎞
⎜ ⎟
" a2 n ⎟
(A )
a a22
and transposing this yields T T
= ⎜ 21 = A . Hence we have our
⎜ # # # # ⎟
⎜ ⎟
⎝ am1 am 2 " amn ⎠
result, ( AT ) = A .
T


Proof of (c).
⎛ a11 a12 " a1n ⎞ ⎛ b11 b12 " b1n ⎞
⎜ ⎟ ⎜ ⎟
a21 a22 " a2 n ⎟ b21 b22 " b2 n ⎟
Let A = ⎜ and B = ⎜ then
⎜ # # # # ⎟ ⎜ # # # # ⎟
⎜ ⎟ ⎜ ⎟
⎝ am1 am 2 " amn ⎠ ⎝ bm1 bm 2 " bmn ⎠
Chapter 1: Linear Equations and Matrices 42

T
⎡⎛ a11 a12 " a1n ⎞ ⎛ b11 b12 " b1n ⎞ ⎤
⎢⎜ ⎟ ⎜ ⎟⎥
a a22 " a2 n ⎟ ⎜ b21 b22 " b2 n ⎟ ⎥
( A + B) = ⎢⎜ 21 +
T

⎢⎜ # # # # ⎟ ⎜ # # # # ⎟⎥
⎢⎜ ⎟ ⎜ ⎟⎥
⎢⎣⎝ am1 am 2 " amn ⎠ ⎝ bm1 bm 2 " bmn ⎠ ⎥⎦

⎛ a11 + b11 a12 + b12 " a1n + b1n ⎞


T

⎜ ⎟ ⎡ Adding the ⎤
a + b a + b " a + b ⎢ corresponding ⎥
=⎜ 21 21 22 22 2 n 2 n ⎟
⎢ ⎥
⎜ # # # # ⎟
⎜ ⎟ ⎢⎣ entries ⎥⎦
⎝ am1 + bm1 am 2 + bm 2 " amn + bmn ⎠
⎛ a11 + b11 a21 + b21 " am1 + bm1 ⎞
⎜ ⎟ ⎡Taking the Transpose, ⎤
⎜ a12 + b12 a22 + b22 " am 2 + bm 2 ⎟ ⎢ that is interchanging ⎥
= ⎢ ⎥
⎜ # # # # ⎟
⎜ ⎟ ⎢⎣ rows and columns ⎥⎦
+
⎝ 1n 1n
a b a 2n + b 2n " a mn + b mn ⎠

⎛ a11 a21 " am1 ⎞ ⎛ b11 b21 " bm1 ⎞


⎜ ⎟ ⎜ ⎟
⎜ a12 a22 " am 2 ⎟ ⎜ b12 b22 " bm 2 ⎟
= + = A T + BT
⎜ # # # # ⎟ ⎜ # # # # ⎟
⎜ ⎟ ⎜ ⎟
a1n a2 n " amn ⎠ ⎝ b1n b2 n " bmn ⎠
⎝


= AT = BT

Hence we have our result ( A + B ) = AT + BT .


T

Example 15
⎛ 3 −4 1 ⎞ ⎛ −2 7 5 ⎞
Let A = ⎜ ⎟ and B = ⎜ ⎟ . Determine
⎝5 2 6⎠ ⎝ 1 3 −9 ⎠
(a) ( AT ) (b) ( 2 A ) − ( 3B ) (c) ( A + B ) (e) ( AB )
T
(d) AT + BT
T T T T

Solution
⎛ 3 −4 1 ⎞
By Theorem (1.12) property (a) we have ( AT ) = A = ⎜
T
(a) ⎟.
⎝5 2 6⎠
(b) Applying the same theorem property (b) we have
( 2A ) − ( 3B ) = 2 ( A ) − 3 ( B )
T T T T

⎛ 3 5 ⎞ ⎛ −2 1 ⎞
⎜ ⎟ ⎜ ⎟ ⎡Transposed matrices ⎤
= 2 ⎜ −4 2 ⎟ − 3 ⎜ 7 3 ⎟ ⎢ A and B ⎥
⎜ 1 6 ⎟ ⎜ 5 −9 ⎟ ⎣ ⎦
⎝ ⎠ ⎝ ⎠
⎛ 6 10 ⎞ ⎛ −6 3 ⎞ ⎛ 12 7⎞
⎜ ⎟ ⎜ ⎟ ⎜ ⎟
= ⎜ −8 4 ⎟ − ⎜ 21 9 ⎟ = ⎜ −29 −5 ⎟
⎜ 2 12 ⎟ ⎜ 15 −27 ⎟ ⎜ −13 39 ⎟
⎝ ⎠ ⎝ ⎠ ⎝ ⎠
(c) We have
Chapter 1: Linear Equations and Matrices 43

T ⎛1 6 ⎞
⎡⎛ 3 −4 1 ⎞ ⎛ −2 7 5 ⎞ ⎤
T
⎛1 3 6 ⎞ ⎜ ⎟
( A + B ) = ⎢⎜ ⎟+⎜ ⎟⎥ = ⎜ ⎟ = ⎜3 5 ⎟
T

⎣⎝ 5 2 6 ⎠ ⎝ 1 3 −9 ⎠ ⎦ ⎝ 6 5 −3 ⎠ ⎜ 6 −3 ⎟
⎝ ⎠
(d) What is A + B equal to?
T T

By Theorem (1.12) property (c) we have


⎛1 6 ⎞
⎜ ⎟
A + B = ( A + B) =
T
N ⎜3 5 ⎟
T T

By Part (c) ⎜ ⎟
⎝ 6 −3 ⎠
What is ( AB ) equal to?
T
(e)
We cannot evaluate ( AB ) because we cannot evaluate AB. (Matrix multiplication
T

AB is impossible because the number of columns of matrix A does not equal the
number of rows of matrix B).

D3 Identity Matrix
What does the term identity matrix mean?
The identity matrix is a matrix denoted by I such that
(1.13) AI = IA = A for any matrix A
This is similar to real numbers where the number 1 is the identity element which
satisfies x1 = 1x = x for any real number x.
What does the identity matrix look like?
It is a matrix with 1’s along the main diagonal (top left to bottom right) and zeros
elsewhere.
⎛1 0 0 0⎞
⎛1 0 0⎞ ⎜ ⎟
⎛1 0⎞ ⎜ ⎟ ⎜ 0 1 0 0⎟
For example ⎜ ⎟ , ⎜ 0 1 0 ⎟ and ⎜ are all identity matrices.
⎝0 1⎠ ⎜0 0 1⎟ 0 0 1 0⎟
⎝ ⎠ ⎜ ⎟
⎝0 0 0 1⎠
How can we distinguish between these?
We can denote the size in the subscript of I as I 2 , I 3 and I 4 respectively. Clearly I 2
being the 2 × 2 identity matrix, I 3 being the 3 × 3 identity matrix etc.
Is the identity matrix, I, a square matrix?
Yes the identity must be a square matrix.
How can we write the formal definition of the identity matrix?
We define it in terms of the Kronecker delta function δ ij which is defined as
⎧1 if i = j
(1.14) δ ij = ⎨
⎩0 if i ≠ j
Definition (1.15). An identity matrix is a square matrix denoted by I and defined by
I = (δ ij ) where δ ij is defined in (1.14) above.
What does definition (1.15) mean?
All the entries in the main diagonal of a matrix I are 1, that is
i11 = i22 = i33 = i44 = " = 1
and all the other entries are zero.
The identity matrix I is a square matrix with 1’s along the main diagonal and zeros
elsewhere.
Chapter 1: Linear Equations and Matrices 44

Evaluating the following matrix multiplication we have


⎛1 2⎞⎛1 0⎞ ⎛1 2⎞
⎜ ⎟⎜ ⎟=⎜ ⎟
⎝3 4⎠⎝ 0 1⎠ ⎝3 4⎠
⎛ a b ⎞⎛1 0⎞ ⎛ a b ⎞
⎜ ⎟⎜ ⎟=⎜ ⎟ where a, b, c and d are real numbers.
⎝ c d ⎠⎝0 1⎠ ⎝ c d ⎠
Note the different size identity matrices for the following order of matrix
multiplication:
⎛1 0 0⎞
⎛ −1 4 7 ⎞ ⎜ ⎟ ⎛ −1 4 7 ⎞
⎜ ⎟⎜0 1 0⎟ = ⎜ ⎟
⎝ 3 −6 9 ⎠ ⎜ 0 0 1 ⎟ ⎝ 3 −6 9 ⎠
⎝ ⎠
⎛ 1 0 ⎞⎛ −1 4 7 ⎞ ⎛ −1 4 7 ⎞
⎜ ⎟⎜ ⎟=⎜ ⎟
⎝ 0 1 ⎠⎝ 3 −6 9 ⎠ ⎝ 3 −6 9 ⎠
⎛ −1 4 7 ⎞
This means that if A = ⎜ ⎟ then AI 3 = A but I 2 A = A . Generally if A is
⎝ 3 −6 9 ⎠
not a square matrix then the identity matrix is of different size depending on pre
multiplying by matrix A or post multiplying by A.
What does pre-multiplying by A mean?
It means the Left Hand matrix in a matrix multiplication is A.
What does post-multiplying by A mean?
It means the Right Hand matrix in a matrix multiplication is A.
Next we state a property of the identity matrix.
Proposition (1.16). The transpose of the identity matrix does not change the matrix,
that is IT = I .
Proof. See Exercise 1(d).

D4 Inverse Matrix
Let x be a real number then the inverse of x is a real number x −1 such that
x ( x −1 ) = 1
1 is the identity element of real numbers.
What do you think inverse matrix means?
Given a square matrix A then the inverse of A is a (square) matrix B such that
AB = I
where I is the identity matrix defined above.
Compare this with the algebra of real numbers, x ( x −1 ) = 1 .
Inverse matrix of A is denoted by A −1 where A −1 = B in the above case and
1
A −1 ≠ [Not Equal]
A
The inverse matrix is not equal to 1 over A or reciprocal of matrix A. Remember we
cannot divide matrices. Also not all matrices have inverses.

Definition (1.17). A square matrix A is said to be invertible or nonsingular if there is


a matrix B of the same size such that
AB = BA = I
Matrix B is called the (multiplicative) inverse of A and is generally denoted by A −1 .
Chapter 1: Linear Equations and Matrices 45

Normally we say A and B are inverses of each other.


Example 16
Show that matrices A and B are inverses of each other, where
⎛3 7⎞ ⎛ 5 −7 ⎞
A=⎜ ⎟ and B = ⎜ ⎟
⎝2 5⎠ ⎝ −2 3 ⎠
Solution. What do we need to show?
Need to show that the matrix multiplications AB and BA gives the identity matrix I.
⎛ 3 7 ⎞⎛ 5 −7 ⎞ ⎛ 1 0 ⎞
AB = ⎜ ⎟⎜ ⎟=⎜ ⎟=I
⎝ 2 5 ⎠⎝ −2 3 ⎠ ⎝ 0 1 ⎠
⎛ 5 −7 ⎞⎛ 3 7 ⎞ ⎛ 1 0 ⎞
BA = ⎜ ⎟⎜ ⎟=⎜ ⎟=I
⎝ −2 3 ⎠⎝ 2 5 ⎠ ⎝ 0 1 ⎠
Therefore matrices A and B are inverses of each other.

Example 17
Show that matrix B is the inverse of matrix A given that
⎛1 2 0 ⎞ ⎛ 5 2 −2 ⎞
⎜ ⎟ ⎜ ⎟
A = ⎜ 2 5 −1⎟ and B = ⎜ −2 −1 1 ⎟
⎜ 4 10 −1⎟ ⎜ 0 −2 1 ⎟
⎝ ⎠ ⎝ ⎠
Solution. Similar to Example 16 apart from the size of the matrix is 3 × 3 . Multiplying
the matrices we have
⎛ 1 2 0 ⎞⎛ 5 2 −2 ⎞ ⎛ 1 0 0 ⎞
⎜ ⎟⎜ ⎟ ⎜ ⎟
AB = ⎜ 2 5 −1⎟⎜ −2 −1 1 ⎟ = ⎜ 0 1 0 ⎟ = I
⎜ 4 10 −1⎟⎜ 0 −2 1 ⎟ ⎜ 0 0 1 ⎟
⎝ ⎠⎝ ⎠ ⎝ ⎠
Hence the matrix B is the inverse of matrix A because AB = I . You can also show
that A is the inverse matrix of B by proving BA is equal to I. Try it!

Example 18
⎛ 3 2⎞
Show that matrix A does not have an inverse, where A = ⎜ ⎟
⎝0 0⎠
⎛a b⎞
Solution. Let B = ⎜ ⎟ be any 2 × 2 matrix. If we multiply out AB we have
⎝c d⎠
⎛ 3 2 ⎞⎛ a b ⎞ ⎛ 3a + 2c 3b + 2d ⎞
AB = ⎜ ⎟⎜ ⎟=⎜ ⎟
⎝ 0 0 ⎠⎝ c d ⎠ ⎝ 0 0 ⎠
Whichever values of a, b, c and d we choose we will never get a 1 in the bottom
right hand corner of the matrix AB. That is for any a, b, c and d we have
⎛ 3a + 2c 3b + 2d ⎞ We need
AB = ⎜ ⎟
⎝ 0 0 ⎠ a 1 here.
Why do you think we need a 1 in the bottom Right Hand corner?
Remember for the matrix B to be an inverse of matrix A it must satisfy
⎛1 0⎞
AB = ⎜ ⎟
⎝0 1⎠
Hence the matrix A does not have an inverse.
Chapter 1: Linear Equations and Matrices 46

Definition (1.18). A square matrix A is said to be non invertible or singular if there


is no matrix B of the same size such that
AB = BA = I
We say the matrix A does not have a (multiplicative) inverse.

D5 Properties of the Inverse Matrix


In this subsection we discuss various properties of the inverse matrix.
Proposition (1.18). The inverse of a nonsingular (invertible) matrix is unique.
What does this proposition mean?
There is only one inverse matrix of an invertible matrix.
Proof. How can we prove this proposition?
We suppose there are two inverse matrices of a given invertible matrix A and then
show that these are equal. Let’s nominate these inverse matrices as B and C and show
that B = C . These matrices, B and C, satisfy
AB = I and AC = I [Because B and C are inverses of A]
Since both, AB and AC, are equal to the identity matrix therefore we can equate these
AB = AC
Pre-multiply these matrices by the matrix B:
B ( AB ) = B ( AC )
⎡Since matrices A and B ⎤
(N
BA ) B = ( BA ) C
N ⎢are inverses of each other, BA = AB = I ⎥
=I =I ⎣ ⎦
IB = IC
B=C [ Remember IB = B and IC = C]
Hence we have proven our result that the inverse matrix is unique.

Proposition (1.19). If A is a nonsingular (invertible) matrix then A −1 is nonsingular


(invertible) and
(A ) −1 −1
=A
Note that this proposition means that the inverse of the inverse matrix is the initial
given matrix.
Proof. Let B = A −1 then by definition of the inverse matrix (1.17) we know B is an
nonsingular (invertible) matrix because BA = I . Required to prove B −1 = A . Why?
Because B = A −1 . By the definition of the inverse matrix we have
BB −1 = I and BA = I
Equating these we have
BB −1 = BA
Pre-multiply both sides by B −1 gives:
B −1 ( BB −1 ) = B −1 ( BA )

(B B) B
−1 −1
= ( B −1B ) A
IB −1 = IA ⎡⎣ Remember B −1B = I ⎤⎦
B −1 = A [ Because IX = X for a matrix X]
Chapter 1: Linear Equations and Matrices 47

Hence B −1 = A which means ( A −1 ) = A because B = A −1 . Hence we have our


−1

result.

Proposition (1.20). Let A and B be nonsingular (invertible) matrices then AB is


nonsingular (invertible) and
( AB ) = B −1A −1
−1

What does this proposition mean?


Means that the inverse of AB is equal to the inverse in reverse order that is the inverse
of B times the inverse of A.
Proof. The inverse of AB is given by ( AB ) . What do we need to show?
−1

Required to prove B −1A −1 is the inverse of AB, that is we need to show


( AB ) B−1A−1 = I and B−1A−1 ( AB ) = I
Let’s consider the first of these, ( AB ) B −1A −1 :
( AB ) B−1A −1 = A ( BB −1 ) A −1


=I

= AIA = AA −1 = I
−1

Similarly examining B −1A −1 ( AB ) we have


B −1A −1 ( AB ) = B −1 ( A −1A ) B


=I

= B IB = B −1B = I
−1

Hence by definition of the inverse matrix (1.17) we conclude that B −1A −1 is the
inverse of AB which is denoted by ( AB ) . Since the inverse matrix ( AB ) is unique
−1 −1

therefore
( AB )
−1
= B −1A −1
We have proven what was required.

Proposition (1.21). Let A be a nonsingular (invertible) matrix and k be a nonzero


scalar then ( kA ) is nonsingular (invertible) and
−1

1 −1
( kA )
−1
= A
k
Proof. See Exercise 1(d).

Proposition (1.22). Let A be a nonsingular (invertible) matrix then the transpose of the
matrix, AT , is also nonsingular and
(A ) = ( A −1 )
T −1 T

What does this proposition mean?


For an invertible matrix you can change the order of the inverse and transpose of the
given matrix.
Proof.
Chapter 1: Linear Equations and Matrices 48

Similar to the proof of Proposition (1.20).


The inverse matrix of AT is given by ( AT ) . Need to show that ( A −1 ) is equal to
−1 T

the inverse of AT that is we need to show that


(A )
−1 T
AT = I and AT ( A −1 ) = I
T

Examining ( A −1 ) AT we have
T

(A ) −1 T
AT = ( AA −1 ) ⎡ Using YT XT = ( XY )T ⎤
T

⎣ ⎦
= IT ⎡⎣ Remember AA −1 = I ⎤⎦
=I ⎡⎣ Remember IT = I ⎤⎦
Similarly we have
AT ( A −1 ) = ( A −1A ) ⎡ Using YT XT = ( XY )T ⎤
T T

⎣ ⎦
= IT ⎡⎣ Remember A A = I ⎤⎦
−1

=I ⎡⎣ Remember IT = I ⎤⎦

Hence ( A −1 ) is the inverse matrix of AT . Since the inverse matrix is unique


T

therefore ( A −1 ) = ( AT )
T −1
which is our result.

SUMMARY
The transpose of a matrix is defined by interchanging entries in the row and column,
that is the entry aij (ith row and jth column) of matrix A is transposed to a ji (jth row
and ith column) in AT . The properties of the transpose matrices is given by
(a) ( AT ) = A
T

( kA ) = kAT where k is a scalar


T
(b)
( A + B ) = A T + BT
T
(c)
( AB ) = BT AT
T
(d)
The identity matrix is a square matrix with 1’s along the main diagonal and zeros
elsewhere.
A square matrix A is said to be nonsingular or invertible if there is a matrix B of the
same size such that
AB = BA = I
Matrix B is called the (multiplicative) inverse of matrix A and is generally denoted by
A −1 .
The inverse of a nonsingular (invertible) matrix is unique.
If A and B are nonsingular (invertible) matrices then
(1.19) (A ) −1 −1
=A
( AB )
−1
(1.20) = B −1A −1

(A ) = ( A −1 )
−1 T
(1.22) T

You might also like