Problem 3

For each of the following matrices, indicate whether the operation is possible,
and, if it is, compute the result.

a={{2,1},{1,1}}; b={{2,3},{4,6}}; c={{-3,5}};

a+c

3*a-2*b

a.b

a.c

c.a

Inverse[a]

Inverse[b]

Inverse[c]