Given A=[1032] and B=[10−12], we need to find matrix X such that AX=B.
From AX=B:
X=A−1B
For a 2×2 matrix [acbd], the inverse is:
A−1=ad−bc1[d−c−ba]
For matrix A where a=1,b=3,c=0,d=2:
ad−bc=(1)(2)−(3)(0)
=2
Therefore:
A−1=21[20−31]
Now calculate X=A−1B:
X=21[20−31][10−12]
Position (1,1): 2(1)+(−3)(0)=2
Position (1,2): 2(−1)+(−3)(2)=−2−6=−8
Position (2,1): 0(1)+1(0)=0
Position (2,2): 0(−1)+1(2)=2
X=21[20−82]