Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Translate the entire conversation x

Engineering Mechanics with Mathcad Prime

fba1974
3-Newcomer

Engineering Mechanics with Mathcad Prime

I solved a statics problem with Mathcad Prime 10 like this:

fba1974_0-1741882141244.png

Can any member suggest an elegant method to do this?

1 REPLY 1
Werner_E
25-Diamond I
(To:fba1974)

Looks fine for me, but for future questions please also attach your worksheet as well!

 

To address individual elements of a (column) vector you can omit the second (column) index - saves some typing.

As you use the unit vectors in your solve block throughout it may be more efficient to define r.AB, etc. as unit vectors right ahead rather than having divide these vectors every time you use them from anew by their magnitude.

Furthermore instead of accessing the individual elements of matrices and vectors manually and defining equations for them, its more efficient to use  matrix/vector arithmetic if ever possible.

That said one way to simplify your calculations could be this:

Werner_E_0-1741884466169.png

(Transpose operator is just used to save vertical space)

 

Of course you could solve the linear system directly without using a solve block by using the inverse matrix

Werner_E_1-1741884990515.png

or by using the "lsolve" function

Werner_E_2-1741885038985.png

 

 

Prime 10 sheet attached

Announcements

Top Tags