Trigonometric equation solving matlab
Show older comments
syms a1 a2 theta1 theta2
alpha1=-(pi/2);
alpha2=0;
When i am solving the following equation in command prompt. sin(theta1)*cos(alpha1)
ans =
-(4035888341267763*sin(theta1))/9007199254740992
Now i need the output as -sin(theta1) because cos(-90) is -1. I need to round of the decimal value.
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!