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

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
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
Thread Tools