Question: Problem 3 . 1 0 Sometimes it is convinient to have a table of sine , cosine and tangent values instead of using a calculator.
Problem
Sometimes it is convinient to have a table of sine cosine and tangent values instead of using a calculator.
A Create a column vector consisting of the angles between and radians in increments of radians. Name the column vector angles radians and use the buit in MATLAB value for
D Create a column vector called tanvalues which evaluates the tan function at the angles defined in step A
E Form a matrix that acts as a "table" containing all the above arrays. Call the matrix mytrigtable. The matrix should have columns with the following order: anglesradians, sinvalues, cosvalues and tanvalues and the same number of rows as the vectors in parts A to D
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
