| New Reply |
how do i evaluate the convergence |
Share Thread | Thread Tools |
| Jan26-13, 04:18 PM | #1 |
|
|
how do i evaluate the convergence
got fourier series as a result of solving a PDE. how do i evaluate the converg. using average error in order to determine the # of terms needed for it to converge to less than X%?
|
| Feb8-13, 04:35 PM | #2 |
|
|
Well brute force is Solve with n vars then solve with n+1 vars and compare |n-(n+1)|/|n+1| once that is less than X% difference you can do that. Since each individual component should have less value towards the total solution than the previous one.
|
| Feb9-13, 02:28 PM | #3 |
|
|
|
| New Reply |
| Thread Tools | |