Numerical Analysis code from the Oscar Veliz YouTube Channel
-
Updated
Sep 2, 2025 - Python
Numerical Analysis code from the Oscar Veliz YouTube Channel
Numerical analysis methods implemented in Python.
Flexible function solvers
A collection of Python programs that helps in Numerical Analysis.
Implementation of well-known numerical methods.
Utilizing root-finding methods such as Bisection Method, Fixed-Point Method, Secant Method, and Newton's Method to solve for the roots of functions
A python program that uses diverse numerical analysis methods to find roots of mathematical functions.
Some Numerical Analysis algorithms implemented in Python.
A repository containing implementations of various numerical methods written in Python
Lots of mathematical numerical methods to ease your life :)
Solve the Falkner–Skan boundary-layer equation with a modular shooting + RK4 approach. Includes first-order reformulation, a fixed-step integrator, secant root-finding, and ready-to-use plots for velocity profiles f′(η) and w(β).
This repository contains a program that solves the time-independent Schrödinger equation for an infinite one-dimensional potential well using numerical methods and visualizes the results. It uses the Runge-Kutta method and the Secant method to calculate the energy levels and wave functions of the system.
Numerical Lab Assignment and Lab practice codes are here.
Discrete methods library
Aplicação para calcular a tensão crítica de flambagem utilizando o método da secante e a equação de Euler para casos sem excentricidade. Desenvolvido para a disciplina de Resistência dos Materiais 4
Implementação em Python de algoritmos para encontrar raízes: Bisseção, Newton-Raphson e Secante, para a disciplina de Cálculo Numérico 2018.1.
Public repository of Pyhton scripts developed by utkucaylan
Numerical analysis methods in Python
Numerical methods made with Python
A collection of Python scripts for various numerical root calculation algorithms.
Add a description, image, and links to the secant-method topic page so that developers can more easily learn about it.
To associate your repository with the secant-method topic, visit your repo's landing page and select "manage topics."