simultaneous equations

how do i simultaneously solve a pair of equations, one being exponential and one linear?

回答(2 个)

If you have the Optimization Toolbox:
doc fsolve
If you have the Symbolic Math Toolbox:
doc solve
Walter Roberson
Walter Roberson 2012-2-2

0 个投票

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?

类别

帮助中心File Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by