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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to solve this non-linear system of equations? - alexzkter - 07-02-2014, 01:44 PM
RE: How to solve this non-linear system of equations? - slawek39 - 07-02-2014, 03:59 PM
RE: How to solve this non-linear system of equations? - parisse - 07-02-2014, 05:15 PM
RE: How to solve this non-linear system of equations? - alexzkter - 07-02-2014, 05:54 PM
RE: How to solve this non-linear system of equations? - slawek39 - 07-02-2014 05:42 PM
RE: How to solve this non-linear system of equations? - alexzkter - 07-02-2014, 05:58 PM
RE: How to solve this non-linear system of equations? - parisse - 07-02-2014, 06:54 PM
|
User(s) browsing this thread: 1 Guest(s)