Question: A ? F x = 0 : , A x + s i n ( ) T A B = 0 A ? F y
:
:
:
:
:
:
Define a function named trussSolve which takes as input:
W the input load in the problem
theta, the angle between the and truss members in degrees
and returns as output:
double array with components in this order. These components represent the forces in the truss members at equilibrium.
Approach this problem by first formulating the above system of equations into a single matrix equation of the form where for this problem is a matrix and are vectors. Your goal is to compose A and using the above equations and solve for the vector of unknows using MATLAB's backslash operator.
Example:
w ;
theta ;
x trussSolveW theta;
Output:
IN MATLAB please!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
