Question: I need the desired form...

Hi! My problem is the following: v := Vector([v1, v2]); m := Matrix([[m11, m12], [m21, m22]]); C := m.v; Then Maple returns with C in the following form: m11*beta+m12*r m21*beta+m22*r And I want Maple to return in the form: [m11 m12 * [v1 m21 m22] v2] Thanks!
Please Wait...