regula-falsi
There are 27 repositories under regula-falsi topic.
jacobwilliams/roots-fortran
A modern Fortran library for finding the roots of continuous scalar functions of a single real variable, using derivative-free methods.
ramesaliyev/numerica
Numerical analysis methods implemented in Python.
iamHrithikRaj/Numerical-Algorithm
In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm
adityagupta1089/MATLAB-MAL111
MAL111 - Mathematics Laboratory MATLAB Codes. Bisection Method, Fixed Point Method, Gauss Elimination, Gauss Jordan, Matrix Inversion, Lagrange Interpolation, Newton-Raphson, Regula-Falsi, Row Reduced Echelon Form, Simpson's Integration, Trapezoidal Method.
ThisIs-Developer/Numerical-Method
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
discreet26/NUMERICAL-METHODS
CODE FOR ALL MODULES OF NUMERICAL METHODS
JoyM268/sdmcet-m2
Repository of all the programs taught in M2 Lab at SDMCET, 2022 - 23
KamruzzamanAsif/Numerical_Analysis
Numerical Analysis
Kjablonska/Numerical-Methods
Numerical methods algorithms developed in MATLAB
masum035/Matlab-Salvage
This repo contains all my codings related to matlab in a very sequential manner. Fork or Star this repo. Might be helpful to pass your exam :')
Animesh-Ghosh/Stuff
Some stuff ...
cakraawijaya/Aplikasi-Metode-Numerik-Regula-Falsi
Numerical Method Class | Final Project | Campus Assignment
disha2sinha/Numerical-Methods
Codes for diffferent Numerical methods
Louis-Finegan/Root-Finding-Algorithms-c
Algorithms for root finding writting in c with, bash shell script that compiles and runs all executable files.
Siddardha21/NUMERICAL-METHODS
NUMERICAL METHODS solutions
Tanishk-Sharma/Numerical-Methods
Different Numerical Methods' Algorithms like Bisection Method, Euler Method, etc
chaterinamf/MetodeNumerik
Some numerical methods programme in Java
divScorp/Numerical-Methods-Algorithms
Implementation of Statistical Numerical Methods Algorithms , Newton Rapshon , Regula-Falsi, Discrete Series, Direct Series, Continuous Series.. etc
hafizmdyasir/root-finding-methods
A collection of Python scripts for various numerical root calculation algorithms.
oseasandrepro/NumericalAnalysis
Implementation of the basics Algorithms on Numerical Analysis
SahilQaiser/Numerical_Techniques_Fortran
Numerical Methods in Fortran95
arryaaas/Regula-Falsi-GUI
Final Project Metode Numerik - Aplikasi Desktop / GUI untuk menghitung Regula Falsi
cnrkaya/numerical-analysis
Numerical Analysis Methods from scratch
kashyaparjun/RegulaFalsi
Regular Falsi
pragyapranati/numerical-techniques
C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, Newton_Raphson, Power Method, QR_Decomposition, regula_falsi Method, Simpson and Trapezoidal Integration
smaje99/numerical-methods-udla
Ejercicios de la asignatura métodos numéricos en la uniamazonia
wise-saint/Regula_Falsi_Method
Iteration method to find root of a function.