The project require student to write a flow chart based on Figure 1 using Python programming language to compute the fol
Posted: Fri May 20, 2022 2:28 pm
Requirement 1: The Calculation of Reaction Force Rg and RB Use static equilibrium equation to calculate the reaction force of Ra and R3 in term of variable L1, L2 and F. Requirement 2: The Calculation of Internal Force of the truss members Use the method of joints to calculate the internal forces of the truss member. Requirement 3: Program Limitation The group of students have to identify the restriction of their developed program. For example, the length of truss member Lı should not less than L2. If users make wrong inputs, the program should request for the right input. Utilize necessary control structure in your program.