|
Complications Associated with Nonlinear Problems |
Top Previous Next |
|
Actually, nonlinear problems are frequently more difficult than we have implied above, for several reasons.
FlexPDE uses a Newton-Raphson iteration process to solve nonlinear systems. This technique can be very sensitive to the initial estimate of the solution. If the starting conditions are too far from the actual solution, it may be impossible to find the answer, even though it might be quite simple from a different starting value.
There are several things that can be done to help a nonlinear problem find a solution:
We will return in a later section to the question of intransigent nonlinear problems.
|