Question: USE BASIC MATLAB CODE IF POSSIBLE * * * * * * * * The loads on a chain saw as it cuts a log

USE BASIC MATLAB CODE IF POSSIBLE ********
The loads on a chain saw as it cuts a log can be represented with the following linear system of
equations:
-Ax+Bx-Rcos(60)=0
Ay-W+By-Rsin(60)=0
7Rcos(60)+8By-2W-13Ay-1.5Ax=0
where
Ax=5lb
Ay=10lb
W=14.5lb
Write a user-defined function or script (your choice) to solve for the unknown reactions, R,Bx,
and By, to satisfy the linear system of equations. Write the linear system of equations in matrix
form. In the function or script, include the A matrix and b vector and solve for the x vector of
unknowns using both the backslash operator and the matrix inverse. Upload the function or script
.m file and show in the diary file that you ran the function or script to solve for the unknown
quantities. Output the unknown quantities to the screen using either output arguments (in a
function) or with the display command (in a script).
USE BASIC MATLAB CODE IF POSSIBLE * * * * * * * *

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!