simultaneous equations
Mostra commenti meno recenti
how do i simultaneously solve a pair of equations, one being exponential and one linear?
Risposte (2)
Sean de Wolski
il 2 Feb 2012
If you have the Optimization Toolbox:
doc fsolve
If you have the Symbolic Math Toolbox:
doc solve
Walter Roberson
il 2 Feb 2012
0 voti
Note that many such pairs will not have a useful analytic solution. The pairs that do will generally involve the LambertW function in the solution.
This lack of useful analytic solution would tend to lead people to use fsolve() to get a numeric solution. Unfortunately fsolve() only looks for one solution but there might be multiple solutions.
Is there a general form of the equations? Will they perhaps even always be the same form except with different coefficients?
Categorie
Scopri di più su Systems of Nonlinear Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!