Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Solving System of Non Linear algebraic equations

2 visualizaciones (últimos 30 días)
Brajesh Kumar
Brajesh Kumar el 22 de Jun. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I need help in solving following equations: I tried different solvers like fsolve, lsqnonlin but the solution is not converging. Please note that x(1), x(2), x(3) are extent of reactions of a system.
((6.2975e-11)*((1-x(1)-x(2)-x(3))*((0-3.*x(1)-7.*x(2))^3)*((1+0+8*x(1)+8*x(2)+4*x(3))^8))) - (((4.*x(1)+x(3))^4)*((8.*x(1)+12.*x(2)+x(3))^8));
(0.0184*((1-x(1)-x(2)-x(3))*((0-3.*x(1)-7.*x(2))^7)*((1+0+8*x(1)+8*x(2)+4*x(3))^8))) - (((4*x(2))^4)*((8.*x(1)+12.*x(2)+x(3))^12));
((4.3202e+16)*((1-x(1)-x(2)-x(3))*((1+0+8*x(1)+8*x(2)+4*x(3))^4))) - (((4.*x(1)+x(3)))*((2.*x(3))^2)*(8.*x(1)+12.*x(2)+x(3))*(x(3)));
  2 comentarios
Martin Brown
Martin Brown el 23 de Jun. de 2015
Editada: Martin Brown el 23 de Jun. de 2015
Hi, It may help if ...
  • Do you have the code that you've already tried?
  • Have you tried any different options for the solvers?
  • What are sensible initial conditions?
  • Are there any hard constraints on the variables?
Thanks. Note some of terms are large (e+16 and ^8) and others are small (e-11) so scaling could easily be a problem.
Walter Roberson
Walter Roberson el 23 de Jun. de 2015
If the values represent concentrations then are they in the range 0 to 1? Everything is real-valued?

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by