| Original Message (ID '164577') By Bill Simpson: |
| In Response To 'Re: COMPLICATED non-linear system of equations-...'
---------
You might try
NMinimize[(eqn1)^2+(eqn2)^2+(eqn3)^2,{k2,k3,c3}]
and see what you get. I've sometimes seen people struggling with Solve when NMinimize gets them the information they need. |
|