numerical-veliz
numerical-veliz copied to clipboard
Numerical Analysis code from the Oscar Veliz YouTube Channel
numerical-veliz
Example code from the Oscar Veliz YouTube channel https://www.youtube.com/OscarVeliz. This repo contains methods for finding roots, minimizing functions, solving systems of equations, and many other numerical algorithms! See the Wiki for more documentation. Become a GitHub Sponsor to support this project! For community guidelines visit the Code of Conduct and Contributing documents. Bug Reports and Topic Requests can be made submitted in the Issues forum. Distributed under MIT License.
Newton Fractals generated in gnuplot using NewtonFractal.plt

Halley Fractals generated in gnuplot using HalleyFractal.plt

Householder Fractals generated in gnuplot using HouseholderFractal.plt

Laguerre Fractals generated in gnuplot using LaguerreFractal.plt
.png)
Newton's Method visualizations created using PlotNewtonHalley.r
Halley's Method created using PlotNewtonHalley.r
Taylor Series created using Taylor.m
Complex Plots created using ComplexRoots.plt
