solving equations numerically for a changing equation

1 view (last 30 days)
Hi guys
I'm trying to solve an equation numerically, but I need the equation to update for each iteration. So, for example, for each of 3 iterations, an increasing number of terms must be added to the equation. Thanks
  1 Comment
bym
bym on 22 Dec 2011
is the equation polynomial, Taylor series, Fourier series? Need more details

Sign in to comment.

Answers (1)

John D'Errico
John D'Errico on 22 Dec 2011
So, in reality, it is a different set of equations for each iteration?
If the solutions are expected to be close to the last set, i.e., the perturbation is small, then use the last solution as starting values for the next. There is not much more to be done.

Community Treasure Hunt

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

Start Hunting!