A cantilever beam is under a concentrate load P (N), the beam has a length of L (m). P L y Complete the Python function below to find the support reaction force in y direction RF (N) and reaction...


Complete the following code


A cantilever beam is under a concentrate load P (N), the beam has a length of L (m).<br>P<br>L<br>y<br>Complete the Python function below to find the support reaction force in y direction RF (N) and reaction moment RM (N*m) at the clamped end of the beam<br>x = 0<br>Be careful of the sign of force and moment.<br>In [ 1: # Complete the function given the variables P, L and return the reaction force as

Extracted text: A cantilever beam is under a concentrate load P (N), the beam has a length of L (m). P L y Complete the Python function below to find the support reaction force in y direction RF (N) and reaction moment RM (N*m) at the clamped end of the beam x = 0 Be careful of the sign of force and moment. In [ 1: # Complete the function given the variables P, L and return the reaction force as "RF" and reaction moment as "RM". ## Don't change the predefined content, only fill your code in the region "YOUR CODE" def BeamReaction(P, L): ''Compute Reaction force V(x) and moment M(x) at any given position x=a. Parameters P : Load L: Beam length Step 1: Work out the support reaction force and moment Step 2: Write down the reaction force and moment at x=0

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here