if A=(1,2,3,4,5),B =(2,4,) and C =(1,3,5) then (A - C) × B
Answers
Answered by
4
A=(1,2,3,4,5)
B=(2,4)
C=(1,3,5)
(A-C)=(1,2,3,4,5)-(1,3,5)
=(2,4)
(A-C)×B= (2,4)×(2,4)
= [(2,2) , (2,4) , (4,2) , (4,4)]
Similar questions