Group Abstract Group Abstract

Message Boards Message Boards

0
|
8K Views
|
3 Replies
|
1 Total Like
View groups...
Share
Share this post:

[?] Transfer a Conditional Expression output to numerical output?

Posted 8 years ago

hi I tried to solve it with solve and reduce functions and plot the output as a function of theta2 >>but it give me a Conditional Expression output and i cant turn it to numerical answer or a useful expression ....can anyone help me??

r1 = 100;
r2 = 30;
r3 = 70;
r4 = 90;
Theta2 = 60;
a = -r1  + r2 Cos[Theta2 ] + r3 Cos[Theta3] +  r4 Cos[Theta4] ;
b = r2 Sin[Theta2] + r3 Sin[Theta3 ] + r4 Sin[Theta4] ;
Solve[{a == 0 ,b == 0} , {Theta3, Theta4}]
Attachments:
POSTED BY: Ahmed Khodari
3 Replies
Posted 8 years ago

Use: Solve[{a == 0 ,b == 0} , {Theta3, Theta4}] // N

POSTED BY: kloun kloun
Posted 8 years ago
POSTED BY: Bill Simpson
Posted 8 years ago
POSTED BY: Ahmed Khodari
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard