You are on page 1of 1

Assignment#01

9 3 0 2 −4 1
1. Given that: A=[4 5 6], B=[ 6 4 2]
1 2 5 9 2 3

Show that matrix multiplication is not commutative i.e. AB  BA .

2. Check whether the following matrices are singular or non-singular:

6 2 3
(i) A=[0 7 4]
5 1 3
−2 2 8
(ii) B=[ 0 5 4]
4 1 9

3. Find the inverse of the following matrices:


2 4 6 0 2 5
A=[ 0 7 1] B=[8 −3 4]
−1 3 5 4 1 2

4. Express the following equation system in matrix form and then solve it by
Cramer’s rule:

2𝑌 + 4𝐶 − 3𝑇 = 12
3𝑌 − 5𝐶 + 2𝑇 = 13
−𝑌 + 3𝐶 + 2𝑇 = 17

5. Express the following equation system in matrix form and then solve it by matrix
inverse technique:

8𝑃1 − 𝑃2 + 2𝑃3 = 24
𝑃1 + 5𝑃2 − 𝑃3 = 16
−𝑃1 − 2𝑃2 + 7𝑃3 = 32

You might also like