| Author |
Comment/Response |
roescu
|
01/29/08 09:56am
Hi,
there one simple problem I don't know how to deal with: I have two equations and after i solve them I want to add or subtract the two solutions. Please help. Thanks.
my code goes like this:
Solve[-10.1654` Sin[0.017882492202232658` (-91.09306` + xx1)] == 7.366, xx1]
Solve[-10.1654` Sin[0.017882492202232658` (-91.09306` + xx2)] == 7.364637954, xx2]
aa=xx1-xx2
aa
URL: , |
|