Skip to content

Commit

Permalink
Added notebook to explain CG method
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Jul 17, 2024
1 parent 90fb15c commit 8790394
Show file tree
Hide file tree
Showing 2 changed files with 1,304 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Notebooks available in this repository:
* **Notebook 5: Finite Difference Method for Advection-Diffusion Equation**
([Pluto link](https://raw.githubusercontent.com/amrueda/ces-math-4/master/notebooks/finite_difference_method_advection_diffusion.jl),
[HTML preview](https://amrueda.github.io/ces-math-4/finite_difference_method_advection_diffusion.html))
* **Notebook 6: Conjugate Gradient Method and comparison with Steepest Descent**
([Pluto link](https://raw.githubusercontent.com/amrueda/ces-math-4/master/notebooks/CG-method.jl),
[HTML preview](https://amrueda.github.io/ces-math-4/CG-method.html))

If you are new to [Julia](https://julialang.org) and [Pluto.jl](https://github.com/fonsp/Pluto.jl),
follow the instructions [below](#getting-started-with-julia-and-pluto) to get started.
Expand Down
Loading

0 comments on commit 8790394

Please sign in to comment.