Question: 3.) Write a Scilab script that will calculate the following: Suppose you know the lengths and the angle (in degrees) between two adjacent sides of
3.) Write a Scilab script that will calculate the following:
Suppose you know the lengths and the angle (in degrees) between two adjacent sides of a triangle. You can find the area of the triangle using the following relationship: TriArea = 12 * a * b * sin(x)
Have the user input a vector in the form of [a, b, angle x] in units of feet.
Calculate the area of the triangle (Use the correct Scilab function for this).
Display the area of the triangle in units of square feet.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
