Lecture notes on Finite Difference Methods

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
the_dane
Messages
29
Reaction score
0
I have lately been working with Numerical Analysis and I am using Finite Difference Methods for Ordinary and Partial Differential Equations by Randall J. LeVeque. It was recommended to me by a friend of mine (physicist)

https://epubs.siam.org/doi/book/10.1137/1.9780898717839?mobileUi=0&
However, Sometimes the chapters can be long and difficult to understand. I was wondering if you guys know any Slides or lecture notes I can use as a supplement for LeVeques book? as of now I am mainly interested in Chapters 2,3,4.
 
Physics news on Phys.org
Have you tried Wikipedia? This page is a start. I find the best way to learn is to pick an equation you want to solve (Laplace's equation in 2D or the wave equation in 1d are good places to start), and then write some code to solve it. The act of writing the code is where the learning happens.
 
  • Like
Likes   Reactions: the_dane