1.

` "If A" = [{:(2, 3),(-1, 4):}] " and B" = [{:(-3, 1),(4, -2):}] " then find" A-B.`

Answer» ` A -B= [{:(2, 3),(-1, 4):}] - [{:(-3, 1),(4, -2):}]`
` A -B= [{:(2-(-3), 3-1),(-1-4, 4-(-2)):}] = [{:(5, 2),(-5, 6):}]`


Discussion

No Comment Found

Related InterviewSolutions