25 skills found
osveliz / Numerical VelizNumerical Analysis code from the Oscar Veliz YouTube Channel
MinhasKamal / AlgorithmImplementationsImplementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-balance-kd-binary-heap-binomial-tree-breath-depth-first-search-max-flow-shortest-path-topological-sort-calculus-derivative-integration-forward-interpolation-simpson-rule-intersecting-area-non-linear-equation-jacobis-gauss-seidal-bisection-false-position-newton-raphson-fixed-point-secant-cigarette-smokers-genetic-huffman-a-a*-star-binary-knuth-morris-pratt-kmp-quick-thread-priority-based-premitive-shortest-job-non-primitive-arithmetic-expression-data-structures-list-node-implementation-one-two-way-linked-stack-string-graph-numerical-methods-equation-solving-solve-process-problem-search-sort-prime-ugly-friend-perfect-fibonacci-factorial-factor-number)
ramesaliyev / NumericaNumerical analysis methods implemented in Python.
yoelcortes / FlexsolveFlexible function solvers
only-dev-ops / Numerical AnalysisA collection of Python programs that helps in Numerical Analysis.
arasgungore / EE242 ProjectsThree C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
fritzwill / Root Finding MethodsUtilizing root-finding methods such as Bisection Method, Fixed-Point Method, Secant Method, and Newton's Method to solve for the roots of functions
divyanshu-talwar / Numerical MethodsImplementation of well-known numerical methods.
M-F-Tushar / CSE 2106 Numerical AnalysisPython implementations of core numerical methods covered in the CSE-2106 course, with detailed explanations, worked examples, and iteration-by-iteration output for each algorithm.
shahzaibk23 / Numerical Computing PythonPython 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.
Farid-Karimi / Root FinderA python program that uses diverse numerical analysis methods to find roots of mathematical functions.
TLxGHOST / Transform And Numerical MethodeMath library that contain functions Bisection method , Newton-Raphson method, Regular -Falsi method, and secant method.
SaranshPruthi / Numerical Methods Calculator To Find Root Of Non Linear EquationsThis calculator can solve root finding problem of non-linear equations using six different optimized algorithms, namely, Bisection method ; False Position method ; Fixed Point Iteration method ; Newton's method ; Secant method ; Modified Newton's method
Kaizhang48 / Monte Carlo Method To Price European Call Option With Implementation Of GARCH 1 1 On VolitilityIn this model, Volatility is no longer a constant but a R.V. After pricing the option, secant method is used to calculate the implied volatility and plot the results with the option’s strike on the horizontal axis and the implied volatility on the vertical axis. The graph shows "Volatility smile" which is consistent to the real world
HadiElnemr / Numerics CodesSome Numerical Analysis algorithms implemented in Python.
i12cu4 / Numerical Algebra MatlabGaussian elimination method Column pivot elimination Chasing method Root-squaring method Jacobi iteration method Gaussian iteration method JOR method SOR method Steepest descent method Conjugate gradient methods The steepest descent method and the rate of convergence Newton iteration method Secant method Iteration method
harshabose / Gradient DecentA New Gradient Decent Algorithm with Secant Method Scaling and Finite Difference Derivatives. Faster, Smarter and Versatile
SanketSarmalkar / Numerical MethodsC++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
ojudz08 / Numerical Methods Using MatlabMini-project for to solve few Numerical Methods problems such as finding the roots using Newton-Raphson Method, Bisection Method and Secant Method. Also included Taylor expansion to approximate a function
Kaizhang48 / Secant Method To Solve BS Formula To Get Implied VolatilityNo description available