libmath-calculus-newtonraphson-perl

Algebraic Newton Raphson Implementation

Description

The Math::Calculus::NewtonRaphson module takes an algebraic expression, parses it and then uses the Newton Raphson method to solve it. The Newton Raphson method relies on the fact that the expression you pass in evaluates to zero where there is a solution. That is, to solve:-

x^2 = 5

You would need to pass in:-

x^2 - 5

It understands expressions containing any of the operators +, -, *, / and ^ (raise to power), bracketed expressions to enable correct precedence and the functions ln, exp, sin, cos, tan, sec, cosec, cot, sinh, cosh, tanh, sech, cosech, coth, asin, acos, atan, asinh, acosh and atanh.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Math-Calculus-NewtonRaphson


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libmath-calculus-newtonraphson-perl