Numerical Analysis code from the Oscar Veliz YouTube Channel
-
Updated
Sep 2, 2025 - Python
Numerical Analysis code from the Oscar Veliz YouTube Channel
This project serves as a 5-year DCF model to evaluate companies' target prices, using Selenium to fetch stock information mainly from Yahoo Finance & Stock Analysis. The information includes everything needed to calculate DCF.
Numerical analysis methods implemented in Python.
A collection of Python programs that helps in Numerical Analysis.
Utilizing root-finding methods such as Bisection Method, Fixed-Point Method, Secant Method, and Newton's Method to solve for the roots of functions
Python implementations of core numerical methods covered in the CSE-2106 course, with detailed explanations, worked examples, and iteration-by-iteration output for each algorithm.
A python program that uses diverse numerical analysis methods to find roots of mathematical functions.
Some Numerical Analysis algorithms implemented in Python.
An equation solver and graphing calculator 🧮
Simple bisection method that finds the optimal parameter α for the Smith & Wilson algorithm.
Implementación de un Sistema de Inferencia Difusa para el problema de las colas de un determinado producto. Para su solución se utilizan varios métodos de agregación (Takagi Sugeno Kang y Tsukamoto), varios metodos de desdifusificación (Centroide, Bisección, entre otros) y varias funciones de pertenencia (Triangular, Trapezoidales y Gausiana).
The bisection method is based on the mean value theorem and assumes that f (a) and f (b) have opposite signs. Basically, the method involves repeatedly halving the subintervals of [a, b] and in each step, locating the half containing the solution, m.
A collection of Python implementations of numerical methods based on the pseudocodes from MATH317 lectures, including Bisection, Horner's method, Complete Horner's method, Newton's method, and Polynomial evaluation techniques.
A quick implementation of the Bisection Method in Python.
Lots of mathematical numerical methods to ease your life :)
Implementation of methods for unconstrained search for the minima of the univariate and multivariate functions
NUMERICAL METHODS solutions
simple code to solve algebraic equation and system of equations
a collection of numerical methods written in python language.
Interactive Numerical Methods Solver for Root-Finding Algorithms (Bisection & False Position) built with Streamlit.
Add a description, image, and links to the bisection-method topic page so that developers can more easily learn about it.
To associate your repository with the bisection-method topic, visit your repo's landing page and select "manage topics."