Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to multiply two matrices without numeric values

Status
Not open for further replies.

grar

Mechanical
Joined
Mar 24, 2008
Messages
1
Location
RO
I need to multiply a couple of matrices that don't have numeric values
e.g: A has a1 a2 on line one and a3 a4 on line two
B has b1 b2 on line one and b3 b4 on line two
values are rotation angles but there is no specified value
how can i do this using mathcad 13?
 
Is this for school? If you have no numeric values, then you should be using the symbolic processor.

TTFN

FAQ731-376
 
You could do it like this:

(a1 a2) (b1 b2)
* -->
(a3 a4) (b3 b4)

obviously written Mathcad style.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top