I want to work with matrix ,
R(x) =[cosx -sinx
sinx cosx]
then
A(x) = R(x)*[2 3]
how could I do that ?
1