All Projects → osveliz → numerical-veliz

osveliz / numerical-veliz

Licence: MIT license
Numerical Analysis code from the Oscar Veliz YouTube Channel

Programming Languages

python
139335 projects - #7 most used programming language
julia
2034 projects
Gnuplot
187 projects
M
324 projects
haskell
3896 projects
r
7636 projects

Projects that are alternatives of or similar to numerical-veliz

Fatou.jl
Fatou sets in Julia (Fractals, Newton basins, Mandelbrot)
Stars: ✭ 92 (+10.84%)
Mutual labels:  root-finding, numerical-analysis, newtons-method
cmna-pkg
Computational Methods for Numerical Analysis
Stars: ✭ 13 (-84.34%)
Mutual labels:  root-finding, numerical-analysis
numerics
library of numerical methods using Armadillo
Stars: ✭ 17 (-79.52%)
Mutual labels:  root-finding, numerical-analysis
Math Php
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Stars: ✭ 2,009 (+2320.48%)
Mutual labels:  numerical-analysis
ddeabm
Modern Fortran implementation of the DDEABM Adams-Bashforth algorithm
Stars: ✭ 23 (-72.29%)
Mutual labels:  root-finding
Julia-data-science
Data science and numerical computing with Julia
Stars: ✭ 54 (-34.94%)
Mutual labels:  numerical-analysis
verificarlo
A tool for debugging and assessing floating point precision and reproducibility.
Stars: ✭ 51 (-38.55%)
Mutual labels:  numerical-analysis
stable-fluids
A minimal Stable Fluids inspired fluid solver with Python and NumPy.
Stars: ✭ 148 (+78.31%)
Mutual labels:  numerical-analysis
Introduction-to-Python-Numerical-Analysis-for-Engineers-and-Scientist
Introduction to Python: Numerical Analysis for Engineers and Scientist. In 2017, Python became the world's most popular programming language. This course covers the basic syntax, linear algebra, plotting, and more to prepare students for solving numerical problems with Python.
Stars: ✭ 110 (+32.53%)
Mutual labels:  numerical-analysis
tenda-reverse
Reverse engineering, getting root access to Tenda MW6 wifi mesh router
Stars: ✭ 90 (+8.43%)
Mutual labels:  root-finding
math105A
Numerical analysis course in Python
Stars: ✭ 20 (-75.9%)
Mutual labels:  newtons-method
math-for-ml
Mathematical preliminaries for machine learning
Stars: ✭ 15 (-81.93%)
Mutual labels:  numerical-analysis
numerical-methods-python
Numerical methods implementation in Python.
Stars: ✭ 65 (-21.69%)
Mutual labels:  numerical-analysis
bsu
🎓Repository for university labs on FAMCS, BSU
Stars: ✭ 91 (+9.64%)
Mutual labels:  numerical-analysis
NAGPythonExamples
Examples and demos showing how to call functions from the NAG Library for Python
Stars: ✭ 46 (-44.58%)
Mutual labels:  root-finding
algorithms
The All ▲lgorithms documentation website.
Stars: ✭ 114 (+37.35%)
Mutual labels:  numerical-analysis
Numcpp
C++ implementation of the Python Numpy library
Stars: ✭ 2,031 (+2346.99%)
Mutual labels:  numerical-analysis
Root-Finder
Root-Finder is a header-only univariate polynomial solver, which finds/counts all real roots of any polynomial within any interval.
Stars: ✭ 30 (-63.86%)
Mutual labels:  root-finding
SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
Stars: ✭ 165 (+98.8%)
Mutual labels:  newtons-method
Numerical-Analysis-Python
Python notebooks for Numerical Analysis
Stars: ✭ 82 (-1.2%)
Mutual labels:  numerical-analysis

numerical-veliz

MIT license GitHub last commit GitHub code size in bytes GitHub language count GitHub top language GitHub followers GitHub User's stars

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

z^3 rgb generalized z^3 z^8-15z^4+16 z^8 colored sinz(z)

Halley Fractals generated in gnuplot using HalleyFractal.plt

z^3 z^3 z^8 z^8 zoom

Householder Fractals generated in gnuplot using HouseholderFractal.plt

z^3 z^3 z^8 z^8 zoom

Laguerre Fractals generated in gnuplot using LaguerreFractal.plt

z^3-1 z^3-1color z^8+15z^4-16 z^8+15z^4-16general z^8+15z^4-16zoom z^8+15z^4-16color

Newton's Method visualizations created using PlotNewtonHalley.r

interval converging diverging newton_gamma

Halley's Method created using PlotNewtonHalley.r

arctan psi trib

Taylor Series created using Taylor.m

arctan sec logtan

Complex Plots created using ComplexRoots.plt

z3-1 z^8+15z^4-16

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].