Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. syms t
  2. theta = solve(7*cos(t) + 5*sin(t)==0, t);
  3. disp(theta);
  4.  
  5. double(theta)
  6.  
  7. ans =
  8.  
  9. -0.9505
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement