1 / 1

靜力學 292 題 解答

靜力學 292 題 解答. function [F]=st292(F1,F2) rac=(3^2 + 0.5^2 + 4^2)^0.5 rab=(1.5^2 + 4.0981^2 + 4^2 )^0.5 rx=F2*3/rac + F1*1.5/rab ry=F2*-0.5/rac + F1*4.0981/rab rz=F2*4/rac + F1*4/rab Fr=(rx^2+ry^2+rz^2)^0.5 alpha=acos(rx/Fr)*180/pi beta=acos(ry/Fr)*180/pi yta=acos(-rz/Fr)*180/pi end.

Télécharger la présentation

靜力學 292 題 解答

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 靜力學292題 解答 • function [F]=st292(F1,F2) • rac=(3^2 + 0.5^2 + 4^2)^0.5 • rab=(1.5^2 + 4.0981^2 + 4^2 )^0.5 • rx=F2*3/rac + F1*1.5/rab • ry=F2*-0.5/rac + F1*4.0981/rab • rz=F2*4/rac + F1*4/rab • Fr=(rx^2+ry^2+rz^2)^0.5 • alpha=acos(rx/Fr)*180/pi • beta=acos(ry/Fr)*180/pi • yta=acos(-rz/Fr)*180/pi • end

More Related