Filter löschen
Filter löschen

Help with Matrix Multiplication

1 Ansicht (letzte 30 Tage)
Michael
Michael am 16 Nov. 2011
I am very confused by this problem, as it seems very vague for me. Not sure where to even start, the problem is this:
Compute the movement of force around the pivot point for a lever. You'll need to use trigonometry to determine the x and y components of both the position vector and the force vector. Recall that the moment force can be calculated as the cross product: Mo = r * F . A force of 200lbf is applied vertically at a position 20 feet along the lever. The lever is positioned at an angle of 60 degrees from the horizontal.
I understand matrix multiplication but I am not sure what this problem is having me find for the r value in the equation. Also is it asking for different angles around the pivot point and where am I getting the values for the position vector and force vector?
  1 Kommentar
David Young
David Young am 16 Nov. 2011
Perhaps it's asking for the moment of the force rather than the "movement"?
To get the values for the position vector and the force vector, it's best to draw a diagram. Then you can just use ordinary trig to get the components.
There doesn't seem to be anything in the question that asks for multiple angles.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

bym
bym am 16 Nov. 2011
the r in the equation is the position in x,y,z of the applied force. once you get that you can use
cross(r,f)
to get the moment

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by