Implementation for different numerical algorithms
-
Updated
Jun 15, 2017 - MATLAB
Implementation for different numerical algorithms
Numerical Analysis Code in Matlab
Numerical Project implemented using MATLAB to implement some of the Numerical methods for Root Finding with interactive graphical user interface .
Numerical methods for engineers used for finding roots, solving matrix, finding functions from given values, performing integrals whose analytical solution is exhaustive, and solutions by approximation for differential equations.
An iterative method to find the root of mathematical functions
A package to compute the zeros of analytic functions
Iteration method to find root of a function.
Bisection Method to calculate root of a function
Algorithms from "Numerical Analysis" by Burden and Faires.
Includes multiple Scientific Computing & Algorithm Building Applications like Root Finding, Cost Minimization, Monte Carlo Approximation, Random Walk, Signal Strength Analysis, Class Architecture applications etc.
MATLAB codes relevant to CS374 course
Functions for numerical analysis methods - Bisection, False-Position, Newton-Raphson, Secant Method, Brent's Method
Finds the n_th root of a rational or complex number using Newton's method
Matlab codes for numerical calculations
Contains all algorithms that was created for Mech 105
📐 Finds the roots of equations using numerical methods
Find functions' zeros using Bisection, Fixed Point, Newton, Secants Methods
Root Finder Application using Matlab
Add a description, image, and links to the root-finding topic page so that developers can more easily learn about it.
To associate your repository with the root-finding topic, visit your repo's landing page and select "manage topics."