This is a matrix product
A and B are two matrix and AB represents their product
(i)
Here
A=[ab−ba]
Here we multiply first row of A with first column of B and that will make first element for the first row of product matrix.
i.e First element of AB will be a∗a+b∗b=a2+b2
We will get second element of first row for product matrix by multiplying first row of A with second column of B
i.e −a∗b+b∗a=0
We will get first element of second row for product matrix by multiplying second row of A with first column of B
i.e −b∗a+a∗b=0
We will get second element of second row for product matrix by multiplying second row of A with second column of B
i.e −b∗−b+a∗a=−b2+a2
So final product matrix AB will be
AB=[a2+b200a2+b2]
(ii)
Here
A=⎡⎢⎣123⎤⎥⎦
Here we multiply first row of A with first column of B and that will make first element for the first row of product matrix.
i.e First element of AB will be 1∗2=2
We will get second element of first row for product matrix by multiplying first row of A with second column of B
i.e 1∗3=3
We will get third element of first row for product matrix by multiplying first row of A with third column of B
i.e 1∗4=4
We will get first element of second row for product matrix by multiplying second row of A with first column of B
i.e 2∗2=4
We will get second element of second row for product matrix by multiplying second row of A with second column of B
i.e 2∗3=6
We will get third element of second row for product matrix by multiplying second row of A with third column of B
i.e 2∗4=8
We will get first element of third row for product matrix by multiplying third row of A with first column of B
i.e 3∗2=6
We will get second element of third row for product matrix by multiplying third row of A with second column of B
i.e 3∗3=9
We will get third element of third row for product matrix by multiplying third row of A with third column of B
i.e 3∗4=12
So final product matrix AB will be
AB=⎡⎢⎣2344686912⎤⎥⎦
(iii)
A=[1−223]
B=[123231]
AB= [1−223]x[123231]
⇒ AB=[1∗1+(−2∗2)1∗2+(−2∗3)1∗3+(−2∗1)2∗1+3∗22∗2+2∗32∗3+3∗1]
⇒AB=[−3−418139]
(iv)
A=⎡⎢⎣234345456⎤⎥⎦
B=⎡⎢⎣1−35024305⎤⎥⎦
AB= ⎡⎢⎣234345456⎤⎥⎦x⎡⎢⎣1−35024305⎤⎥⎦
⇒ AB=⎡⎢⎣2∗1+3∗0+4∗3(2∗−3)+3∗2+4∗02∗5+3∗4+4∗53∗1+4∗0+5∗3(3∗−3)+4∗2+5∗03∗5+4∗4+5∗54∗1+5∗0+6∗3(4∗−3)+5∗2+6∗04∗5+5∗4+6∗5⎤⎥⎦
⇒AB=⎡⎢⎣1504218−15622270⎤⎥⎦
(v)
A=⎡⎢⎣2132−11⎤⎥⎦
B=[101−121]
⇒AB= ⎡⎢⎣2132−11⎤⎥⎦x[101−121]
⇒ AB=⎡⎢⎣2∗1+(1∗−1)2∗0+1∗22∗1+1∗13∗1+(2∗−1)3∗0+2∗23∗1+2∗1(−1∗1)+(1∗−1)(−1∗0)+1∗2(−1∗1)+1∗1⎤⎥⎦
⇒AB=⎡⎢⎣123145−220⎤⎥⎦
(vi)
A=[3−13−102]
B=⎡⎢⎣2−31031⎤⎥⎦
⇒AB=[3−13−102]x⎡⎢⎣2−31031⎤⎥⎦
⇒ AB=[3∗2+(−1∗1)+3∗3(3∗−3)+−1∗0+3∗1(−1∗2)+0∗1+2∗3(−1∗−3)+(0∗0)+2∗1]
⇒AB=[14045]