Systems of Non Linear Equations

jughead4466
Messages
5
Reaction score
0
Hey guys,

For my assignment, I have choose any engineering or science problem which requires the solution of at least three nonlinear simultaneous equations, and code it into Matlab.

The problem is that I cannot find a simple real world problem that needs a nonlinear system of equations.

Do you guys have any ideas?

Thanks
 
Physics news on Phys.org
Determining a ship's postion using LORAN (google on that) involves finding the intersection of two hyperbolas and so solving two quadratic equations.
 
Finding a ship's position using LORAN (google on that) involves finding the point of intersection of two hyperbolas and so solving two quadratic equations.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top