Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For this discussion describe what each code snippet does and how it might be used in Statics. Describe in general terms what Statics calculation is
For this discussion describe what each code snippet does and how it might be used in Statics. Describe in general terms what Statics calculation is being performed by each code snippet. What is input to the calculation and what results are given? Give definitions not numbers. All of these involve some concept covered in this module Make your first posting by Thursday and two replies to other students by the end of the module week. Code 1 Magnitude -5; Angle - 210 XMagnitude * cosd( Angle ) Y Magnitude * sind( Angle) Code 2 Xcomponents 1, 2, -3, 4 ]; Ycomponents 3, -6, 5, 0 ]; ResultantX = sum( Xcomponents ) Resultant' = sum( Ycomponents ) Code 3 Rx-6; Ry 8; Magnitudesqrt( RxA2 RyA2) Angle atan2d( Ry, Rx Code 4 Magnitudes 5, 13, 17]; Angles 53.13, 157.38, -28.07]; XMagnitudes .* cosd( Angles) Y Magnitudes .* sind( Angles Code 5 (hint: Figure 2.25) F 1, 2, 3, 4 ]; AngY [ 0, 30, 120, 80); phi-[30, 60, 90, 270 1; Fh -Mag .* cosd( angY; Y = F . * cosa AngY )
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started