Question: Matrix-Vector multiplication

A := <<1|2|3>,<0|4|5>,<0|0|6>>;

V :=<1,2,3>;

c :=MatrixVektormutiply(A,v);

 

Please Wait...