An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: bisection-method

rezasadid753/numphp

Explore numerical methods implemented in PHP for solving equations and integrals. Enhance your understanding of numerical analysis techniques.

Language: PHP - Size: 24.4 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

SciML/SimpleNonlinearSolve.jl 📦

Fast and simple nonlinear solvers for the SciML common interface. Newton, Broyden, Bisection, Falsi, and more rootfinders on a standard interface.

Language: Julia - Size: 523 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 68 - Forks: 25

pjazdzyk/brent-dekker-solver

Brent Solver: Fast converging iterative root finding math solver based on modified Brent-Dekker algorithm. Finds root for well behaving equations in ~10 iterations.

Language: Java - Size: 83 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

DanielFaltynowski/learn-computer-science

You are currently browsing a repository that serves as my notes on the elementary basics of computer science.

Language: Jupyter Notebook - Size: 1.67 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

only-dev-ops/Numerical-Analysis

A collection of Python programs that helps in Numerical Analysis.

Language: Python - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 2

kkoukouletsou/Optimization-Techniques

Assignments for Optimization Techniques Course at ECE AUTH. Includes Steepest Descent, Levenberg-Marquardt and a Genetic Algorithm implementation for Network Traffic Optimization.

Language: MATLAB - Size: 7.61 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

Farid-Karimi/Root-Finder

A python program that uses diverse numerical analysis methods to find roots of mathematical functions.

Language: Python - Size: 49.8 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 7 - Forks: 0

osveliz/numerical-veliz

Numerical Analysis code from the Oscar Veliz YouTube Channel

Language: Python - Size: 163 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 145 - Forks: 22

fritzwill/root-finding-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

Language: Python - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 12 - Forks: 5

kkoukouletsou/Numerical-Analysis-Project

Assignments for Numerical Analysis Course at ECE AUTH

Language: Jupyter Notebook - Size: 840 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

NirupamKhanal/NumericalAnalysis

Numerical Methods for Computational Mathematics and Analysis

Language: Jupyter Notebook - Size: 591 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

charan-akula/Finding-the-roots-of-a-polynomial-by-Bisection-Method

i developed a Java Swings application for mathematics,unfortunately i lost the code but i have a video which shows its demonstration which is used to find the roots of a polynomial by using the bisection method which is one the efficient way to find roots but the only limitation is it doesn't find exact roots but it finds most apporimate roots

Size: 6.89 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

iMD10/MATH317-Numerical-Methods

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.

Language: Python - Size: 22.5 KB - Last synced at: 28 days ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

Smarikatripathi/Python-Tutorial-FreeCodeCamp-

Solution of "The Scientific Computing with Python" FreeCodeCamp

Language: Python - Size: 114 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

open-source-modelling/insurance_python

All Python algorithms published by Open Source Modelling in one place.

Language: Jupyter Notebook - Size: 51.7 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 38 - Forks: 4

lonewanderer27/js5

JS5 is a comprehensive suite of numerical methods tools developed as a requirement for the Numerical Analysis subject. This project consists of four distinct applications, each designed to tackle a specific numerical analysis problem.

Language: TypeScript - Size: 5.65 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

nlacey111/Numerical-Analysis

Including work from undergrad and graduate numerical analysis I and II.

Language: Jupyter Notebook - Size: 273 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

CAI991108/Optimization-and-Modeling-Utils

This repository contains Python codes for various optimization and modeling tasks, including inheritance partitioning, surface and contour plotting, warehouse location optimization, root-finding using Bisection and Golden Section methods, gradient descent with different step-size strategies, inertial gradient methods, and image inpainting

Language: Jupyter Notebook - Size: 5.04 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

goimp/bisect

Bisection algorithms module for Go

Language: Go - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Md-Emon-Hasan/Numerical-Analysis

🔢 C-based algorithms and exercises focused on numerical methods, such as interpolation, differentiation, and aimed for equation solving.

Language: C - Size: 138 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

pakbungdesu/numerical-method

Repository under construction !

Language: Python - Size: 27.3 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

bp0609/Numeric-Methods

This repository contains various numeric methods and their codes to solve real world numeric problems using computation power.

Language: Python - Size: 3.96 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sakura90/sorted-array-operations

A JavaScript library of sorted array operations

Language: TypeScript - Size: 67.4 KB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 39 - Forks: 0

Konstantin8105/root

root-finding algorithm

Language: Go - Size: 31.3 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ramesaliyev/numerica

Numerical analysis methods implemented in Python.

Language: Python - Size: 72.3 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 23 - Forks: 5

wasiif/NumericalAnalysis

This repository contains a collection of numerical methods implemented in C++ , Python programming languages, designed to solve mathematical problems such as root-finding, interpolation, integration, and differential equations

Language: C++ - Size: 32.2 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

scfengv/Stock-Valuation

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.

Language: Python - Size: 188 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Hafiz-Sakib/CMEPL

Computational Methods For Engineering Problems

Language: TeX - Size: 30.2 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

sudipto3331/Bisection-Numerical-Method-Implementation-in-Python

This repository contains a Python implementation of the Bisection Method for finding roots of nonlinear equations. The code includes input validation, iteration, and termination based on the desired error or reaching the maximum number of iterations. Results are saved into an Excel file.

Language: Python - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Abdelrahman13-coder/Numerical-Algorithms

Language: Jupyter Notebook - Size: 1.64 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

manish/bench-bisect

Identify the commit that caused performance degradation

Language: Python - Size: 721 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

dogukanberkozer/Root_Finding

Newton-Raphson, Von-Mises, Regula-Falsi, bisection and secant methods

Language: Java - Size: 2.93 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

discreet26/NUMERICAL-METHODS

CODE FOR ALL MODULES OF NUMERICAL METHODS

Language: C - Size: 4.47 MB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

Caroline-Camargo/RelatoriosPython-CalculoNumericoComputacional

Relatórios escritos em Python, no ambiente Google Colab, para a disciplina de Cálculo Numérico Computacional

Language: Jupyter Notebook - Size: 1.06 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

shiningflash/Number-Theory

From basic algorithms like Sieve, Bitwise-sieve, Segmnted-sieve, Modular Arithmetic, Big Mod to Primality test, CRT etc. all other advance number theory algorithms.

Language: C++ - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

ghoshsaikat2024/C-Program-Files

This repo contains c program files from Numerical Methods Course taught in B.Sc Maths,M.Sc Data Science

Language: C++ - Size: 13.7 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

akorkos/numerical-methods

Numerical methods made with Python

Language: Python - Size: 3.63 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

nickklos10/cot-4500-Pro1

Application of four different numerical methods to compute the square root of 2

Language: Python - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

tobiasbriones/ep-misc-computations-in-js

Example project where I compute miscellaneous problems of applied math in JS.

Language: JavaScript - Size: 900 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

NicolaLavarda/interpolazione_tre_parametri

Interpolazione dati fino a tre parametri

Language: C - Size: 32.2 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

OnurArdaB/Numerical-Analysis-Root-Finding-Methods

Language: MATLAB - Size: 6.84 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

YannickKae/Monthly-Savings-Calculator

This Shiny R app is a monthly savings calculator that allows users to calculate the monthly savings rate needed to reach a desired final amount, based on different possible return distributions and risk profiles.

Language: R - Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

BradenZeman/Optimization-Project

Numerical Optimization Techniques

Language: R - Size: 732 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

gsiddhad/Mathematics

Programs for Mathematical Applications

Language: Mathematica - Size: 794 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

SanketSarmalkar/Numerical_Methods

C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires

Language: C++ - Size: 14.2 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

sckwokyboom/Computational-Math-Labs

My completed laboratory assignments in the subject "Computational Mathematics" at NSU.

Language: Kotlin - Size: 746 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jinnatul/mathLab

Language: MATLAB - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

ThisIs-Developer/Numerical-Method

A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.

Language: C - Size: 122 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

Suchibrata-Patra/C_Programming_Practicals

C Programming Solutions for Real Analysis and Numerical Analysis Problems

Language: C - Size: 36.1 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

lucianobajr/MAF-271

:infinity: numerical calculation

Language: Jupyter Notebook - Size: 65.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Amber-shekh/Numerical-Computing-Python-Labs

Numerical Computing (CS Undergraduate course labs)

Language: Jupyter Notebook - Size: 1.17 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dreamchef/numerical-analysis-methods

Collection of methods for numerical analysis and scientific computing, including numerical root-finders, numerical integration, linear algebra, and data visualization. Created for APPM4600 at CU Boulder.

Language: Jupyter Notebook - Size: 8.21 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

JohnyDeCoder/rootprox

Una calculadora para aproximar raíces de ecuaciones no lineales por el método de bisección, secante o regla falsa.

Language: C# - Size: 16.4 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 2

ignabelitzky/roots-of-equations

Implementation and usage of numerical root-finding algorithms.

Language: Python - Size: 38.1 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MohEsmail143/root-finder

A Python application that implements a root finder program which takes as an input the equation, the numerical technique to use and its required parameters.

Language: Python - Size: 315 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

fra99le/fnt

Numerical Toolbox

Language: C - Size: 342 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mohamed-489560/Math_4_Project

Android application to solve BiSection and Lagrange Polynomial

Size: 225 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Mohamed-489560/BiSection_Method

C++ program to solve BiSection Method

Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

aliiimaher/Numerical-Analysis

This is a Numerical Analysis course project, implementing numerical analysis methods.

Language: MATLAB - Size: 2.16 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 0

josgard94/Metodo-de-Biseccion

Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]

Language: C++ - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ikkurthis1998/Bisection-Python

This python code is developed by Sreemannarayana Ikkurthi, as a part of course notes for the course 15AES477: Multidisciplinary Design Optimization (MDO). In support of Dr. Rajesh Senthil Kumar T., Assistant Professor, Department of Aerospace Engneering, Amrita Vishwa Vidyapeetham.

Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

asif-shahriar11/Numerical-methods

Numerical methods to solve an equation, fit a curve, find integral, and more.

Language: Python - Size: 1.66 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

arasgungore/EE242-projects

Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.

Language: C++ - Size: 3.27 MB - Last synced at: 29 days ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 0

pronobkarmoker/Numerical-Analysis-for-Engineers

Delve into the world of 'Numerical Analysis for Engineers' through this comprehensive course repository. Explore algorithms, simulations, and computations for engineering challenges. Dive into projects, codes, and practical applications to enhance problem-solving skills and numerical accuracy.

Language: C - Size: 1.41 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

taoo0316/bisection-minimisation

A program written in Julia for solving minimisation problems using bisection

Language: Julia - Size: 22.5 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Samuellucas97/CalculusNumeric

Contains implementation of some numerical analysis algorithms

Language: C++ - Size: 47 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

Mvg4m61/Bisection-Algo

An arithmetic bisection algorithm

Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KetanSinghRautela/CBNST_codes

Hello everyone , here you will find the codes of the Computer Based Numerical and Statistical Techniques (CBNST) in C language.

Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

furkanuyank/NumericalAnalysis

Ceng206 Numerical Analysis Methods for finding roots of non-linear equations (Iteration Method, Newton Raphson Method, Bisection Method)

Language: C# - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gulsoynes/Numeric-Methods

Algorithms for numerical methods : 1.GRAPHICAL APPROACH, 2.BISECTION METHOD, 3.FALSE POSITION METHOD, 4.SIMPLE FIXED ITERATION, 5.NEWTON-RAPSHSON METHOD, 6.SECANT METHOD, 7.MODIFIDED SECANT METHOD

Language: MATLAB - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rafifiaan/P1-NumericalComputation-MATLAB-Py

Bisection Method Program - Numerical Computation Course

Language: MATLAB - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MohamadTarekk/Root-Finder

Root finder using numerical analysis with simulation and plotting

Language: MATLAB - Size: 787 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

apurva313/Numerical-Method

Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.

Language: C - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Coder-Shahadat/Python

Here I Solve Some Problems using python.

Language: Python - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

lokeshdangii/Root-Finding-Methods-of-Non-Linear-Equations

Language: Python - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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.

Language: Matlab - Size: 931 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 0

Francesco-Zeno-Costanzo/Root-finding

simple code to solve algebraic equation and system of equations

Language: Python - Size: 43.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

mustaffa-hussain/Mathematical-Topics-In-computer-science

This repository contains Matlab codes for some mathematical topics in computer science.

Language: MATLAB - Size: 481 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

amirHosseinEz/Numerical-Analysis

This is a Numerical Analysis course project, implementing numerical analysis methods.

Language: MATLAB - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

aydnzn/Numerical-methods-for-electrical-engineers

This repository contains the projects for the "Numerical Methods for Electrical Engineers" course. The projects are implemented in C++ and cover key numerical methods like Gaussian elimination, power iteration algorithm, and secant and bisection methods.

Language: C++ - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ozzyZig1994/numerical-method-grapher

Graphing and calculating numerical methods

Language: Java - Size: 2.52 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Gatmatz/Numerical-Analysis

Python scripts referring to methods of numerical analysis.

Language: Python - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AliValiyev/Math381-Numerical-analysis-I

I would like to showcase the group projects that were completed by my friends and myself as part of our numerical analysis course.

Language: MATLAB - Size: 705 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tamaskis/Root_Finding_Toolbox-MATLAB

Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions.

Language: HTML - Size: 3.81 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

aragle/numerical-methods

Numerical methods programs solution.

Language: C++ - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

farukclk/numerical-analysis

numerical methods

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

josgard94/BisectionMethod-Python

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.

Language: Python - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

shrey1216/Algorithms-on-Python

A set of numerical algorithms I coded on Python

Language: Python - Size: 712 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

open-source-modelling/bisection_alpha_python

Simple bisection method that finds the optimal parameter α for the Smith & Wilson algorithm.

Language: Python - Size: 34.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

Louis-Finegan/Root-Finding-Algorithms-c

Algorithms for root finding writting in c with, bash shell script that compiles and runs all executable files.

Language: C - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

danilhendrasr/bisection-method 📦

[College assignment] - A python script to find a root of a given function.

Language: Python - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

faridko26/Numerical-Analysis

Numerical analysis methods in Python

Language: Python - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

shahzaibk23/Numerical-Computing-Python

Python implementation of Methods and Algorithm or Numerical Computing Course. You just have to Enter the input values from the question and All the iterations will be generated automatically.

Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

shaswata56/Numerical_Analysis

Numerical Analysis course repository.

Language: MATLAB - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

rafaelfigueredog/NumericalAnalysis

This repository contains assignments and materials from the course "Numerical Analysis" for the Computer Engineering program.

Language: Jupyter Notebook - Size: 14.4 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Rakibul73/CCE-312---Numerical-Methods-Sessional-Code

Numerical Method Codes in Python

Language: Jupyter Notebook - Size: 297 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

glider4/computepac

A Python math package for numerical analysis: root finding, iterative solvers & other algorithms. Bisection, Newton, Euler, RK2, RK4, Adams-Bashforth-Moulton, etc. Uses Python, NumPy, SymPy, pytest.

Language: Python - Size: 552 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

XMaroRadoX/Non-Linear-Equations-Analysis-With-Matlab

The project involves using Matlab to analyze non-linear equations. The aim is to gain a deeper understanding of the equations by using computer-aided numerical analysis and visualizing the results through graphs and charts.

Language: MATLAB - Size: 4.22 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

oseasandrepro/NumericalAnalysis

Implementation of the basics Algorithms on Numerical Analysis

Language: C - Size: 2.19 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

nuraln/cpp-polynomialEquationMethod

A method for calculating the roots of a polynomial equation

Language: C++ - Size: 1.07 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Related Keywords
bisection-method 158 newton-raphson 58 secant-method 58 numerical-methods 52 numerical-analysis 32 false-position-method 22 python 21 newtons-method 19 newton-method 17 trapezoidal-method 17 gauss-elimination 15 lagrange-interpolation 14 root-finding 14 bisection 12 fixed-point-iteration 12 euler-method 11 simpson-rule 11 regula-falsi 11 python3 10 gauss-seidel 10 algorithms 10 mathematics 9 gauss-jordan 8 simpson-method 8 fixed-point 8 newton-interpolation 8 matlab 8 math 7 gaussian-elimination 7 runge-kutta-methods 7 trapezoidal-rule 6 interpolation-methods 6 root-finding-methods 6 cpp 6 numerical-integration 6 algorithm 6 taylor-series 5 runge-kutta 5 differential-equations 5 divided-differences 5 interpolation 5 regulafalsi-method 5 power-method 4 false-position 4 linear-algebra 4 fixed-point-method 4 root-finding-algorithms 4 root 4 secant 4 gauss-jordan-elimination 4 newton 4 jacobi 4 binary-search 4 chord-method 4 optimization 4 linear-regression 4 numerical-computation 3 lu-factorization 3 regression 3 runge-kutta-4 3 numerical-differentiation 3 least-squares 3 monte-carlo 3 optimization-algorithms 3 lagrange 3 adams-bashforth-methods 3 gradient-descent 3 shortest-path-algorithm 3 jacobi-method 3 gauss-seidel-method 3 cholesky-decomposition 3 finite-difference-method 3 data-structures 3 jacobi-iteration 3 php 3 rootfinding 3 steffensen-s-method 3 c 3 cubic-splines 3 lagrange-polynomial-interpolation 3 java 3 falsi-method 3 c-programming-language 2 nonlinear-optimization 2 nonlinear-systems 2 euler 2 excel-export 2 smith-wilson 2 numerical-algorithms 2 risk-management 2 risk 2 insurance 2 weddle-s-rule 2 iteration-methods 2 jaccobi 2 bootstrap 2 pagerank 2 julia 2 gauss-siedel 2 jupyter-notebook 2