New Reply

how do i evaluate the convergence

 
Share Thread
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%?
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
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
 
Quote by ChaseRLewis View Post
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.
oops was thinking about this I mistyped it's |f(n)-f(n+1)|/|f(n+1)| where f is your pde function and n equivalent to the number of components. meant that before but was rushing.
New Reply