Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.
-
Updated
Nov 17, 2024 - Java
Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.
Software that does computational root determination, using Newton's method
Generating fractals derived from Newton-Raphson iteration. Rendering images using ray casting algorithm.
This is a repository where i put all of the implementation that i have done in numerical analysis.I have added four files and the methods are bisection,Gaussian,newton raphson and Lu decomposition.
Project for Numerical Computation and Analysis
Graphing and calculating numerical methods
Atividades da matéria de Introdução a Programação do curso de Sistemas de Informação da EACH USP
This project implements a mini golf putting game and attempts to approximate (without accounting for rolling or flying) the real life phyiscs of golf. This program allows the player to play against several AI-bot agents utilizing different algorithms such as a modified Hill Climbing method, a Newton-Raphson Bot, and a proprietary Manhattan Bot.
Some numerical methods programme in Java
A simple Java program which enables visualization of fractals generated using Newton's method
This is a simple Android application that allows you to compute AER.
Java program which enables exploration of fractals generated using Newton-Raphson method.
Implementations of various numerical optimization methods, written in plain Java.
Annual Percentage Rate Mortgage Calculator
Implementation of Statistical Numerical Methods Algorithms , Newton Rapshon , Regula-Falsi, Discrete Series, Direct Series, Continuous Series.. etc
Java examples of Numerical Methods to calculate the root of a function. Supported algorithms are Newton Raphson, Bisection, Fixed Point and False Rule.
Newton-Raphson, Von-Mises, Regula-Falsi, bisection and secant methods
Add a description, image, and links to the newton-raphson topic page so that developers can more easily learn about it.
To associate your repository with the newton-raphson topic, visit your repo's landing page and select "manage topics."