Skip to content

Commit

Permalink
Added newtons method
Browse files Browse the repository at this point in the history
  • Loading branch information
senyaoh committed Jan 18, 2022
1 parent 4554393 commit 915a13a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ Implementation of:
- Mean filter
- Median filter
- Gaussian filter
- Bilateral gaussian filter
- Bilateral gaussian filter

## Newton's mthod
Implementation of newton's method to solve:
- R -> R equation
- R^2 -> R^2 equations
- z^3 = 1 Julia set
- z^5 = 1
- R^2 -> R optimization
- Mandelbrot set

0 comments on commit 915a13a

Please sign in to comment.