Info

This question is closed. Reopen it to edit or answer.

error in solving of non linear algebaric equations

1 view (last 30 days)
Hari Kishore
Hari Kishore on 15 Jun 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
hiii .. i am trying to solve two non linear equations following error is observed please how to rectify it or suggest me any command other than solve my equations are
EQ0 =
5.92*10^(-7)*q1*(0.599*q0^2 + 0.0493*q1^2) - 0.00129*q0 + 3.85*10^(-5)*q0*(0.921*q0^2 - 0.0536*q1^2) + 8.76*10^(-49)*q1*(9.01*10^15*N^5 - 2.19*10^16*N^4 + 1.69*10^16*N^3 - 3.67*10^15*N^2 + 6.05*10^15*N - 2.48*10^15)*(5.46*10^32*N^7 - 1.42*10^33*N^6 + 9.85*10^32*N^5 - 5.04*10^32*N^4 + 6.74*10^32*N^3 + 5.59*10^32*N^2 - 6.05*10^32*N + 4.84*10^30)
EQ1 =
1.19*10^(-5)*q0 + 1.66*10^(-7)*q1 - 7.39*10^(-9)*q1*(0.599*q0^2 + 0.0493*q1^2) - 1.0*q0*(0.921*q0^2 - 0.0536*q1^2)*(12.3*N^14 - 51.6*N^13 + 77.5*N^12 - 36.9*N^11 - 11.8*N^10 + 11.7*N^9 - 9.4*N^8 + 13.5*N^7 - 1.24*N^6 + 0.25*N^5 - 0.552*N^4 - 0.498*N^3 + 0.161*N^2 + 0.0064*N)
and the error is
??? Error using ==>
mupadengine.mupadengine>mupadengine.feval at 144
MuPAD error: Error: Recursive definition [See ?MAXDEPTH];
during evaluation of 'ff'
Error in ==> solve at 77
sol = eng.feval('symobj::solvefull',eqns,vars);

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!