33 results for “topic:secant”
MATLAB/Octave Codes for Numerical analysis techniques
Computational Methods for Numerical Analysis
Utility routines for financial data analysis
Math library based on taylor series including vectors and utility functions
A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
Numerical root approximation methods
Implementation of main numerical methods of solving non-linear equations f(x)=0 with examples.
Example codes and brief theory for Computational Physics Course at NKUA
apply different root finding algorithms, compare and analyse their behaviour using plots and tables
Root finding implementation with numerical methods for Go (golang)
Numerical Analysis
Graphing and calculating numerical methods
Solver for unidimensional non linear equations. Implements Bisection, Secant and Newton-Raphson methods.
Compute the secant of an angle measured in degrees.
Numeric Method assignment to build a calculator using secant method
Compute the inverse (arc) secant of a single-precision floating-point number.
Compute the arcsecant (in degrees) of a single-precision floating-point number.
Compute the inverse (arc) secant of a number.
The Secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
Numerical Problem solving...
Bernoulli Solution using numerical method (Secant Method)
Using numerical methods to compute approximations of roots of equations.
:books: Tore epitech maths project. Continuation of the 101pong, and should allow to draw more complex forms, such as tores (2th and 4th degree equation (in the case of tore))
Implementation of "Parameter Continuation Methods for the Optimization of Deep Neural Networks" accepted at ICMLA 19. https://ieeexplore.ieee.org/abstract/document/8999318
Implementation of some Numerical Analysis Algorithms.
Basic and simple codes of Numerical Analysis methods of calculation
A program that solves non-linear equations numerically, using floating point and interval arithmetics
Compute the hyperbolic secant of a double-precision floating-point number.
Compute the secant of a single-precision floating-point number (in degrees).
No description provided.