Post Reply 
How to solve this non-linear system of equations?
07-02-2014, 05:42 PM
Post: #4
RE: How to solve this non-linear system of equations?
Software Version (6030)

solve({0.84 = (0.3606*cos(45)+0.3824*cos(x)+0.3912*cos(y)),0 = (0.3606*sin(45)+0.3824*sin(x)+0.3912*sin(y))},{x,y},{0..12,-100..0})

and

fsolve({0.84 = (0.3606*cos(45)+0.3824*cos(x)+0.3912*cos(y)),0 = (0.3606*sin(45)+0.3824*sin(x)+0.3912*sin(y))},{x,y},{0..12,-100..0})


restart the calculator and emulator in degree mode.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to solve this non-linear system of equations? - slawek39 - 07-02-2014 05:42 PM



User(s) browsing this thread: 1 Guest(s)