File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 419
419
* [ Koch Snowflake] ( fractals/koch_snowflake.py )
420
420
* [ Mandelbrot] ( fractals/mandelbrot.py )
421
421
* [ Sierpinski Triangle] ( fractals/sierpinski_triangle.py )
422
+ * [ Vicsek] ( fractals/vicsek.py )
422
423
423
424
## Fuzzy Logic
424
425
* [ Fuzzy Operations] ( fuzzy_logic/fuzzy_operations.py )
678
679
* [ Newton Forward Interpolation] ( maths/numerical_analysis/newton_forward_interpolation.py )
679
680
* [ Newton Raphson] ( maths/numerical_analysis/newton_raphson.py )
680
681
* [ Numerical Integration] ( maths/numerical_analysis/numerical_integration.py )
682
+ * [ Proper Fractions] ( maths/numerical_analysis/proper_fractions.py )
681
683
* [ Runge Kutta] ( maths/numerical_analysis/runge_kutta.py )
682
684
* [ Runge Kutta Fehlberg 45] ( maths/numerical_analysis/runge_kutta_fehlberg_45.py )
683
685
* [ Runge Kutta Gills] ( maths/numerical_analysis/runge_kutta_gills.py )
You can’t perform that action at this time.
0 commit comments