[ bianca ]
[ 源代码: libmath-calculus-newtonraphson-perl ]
软件包:libmath-calculus-newtonraphson-perl(0.1-4)
libmath-calculus-newtonraphson-perl 的相关链接
下载源码包 libmath-calculus-newtonraphson-perl:
- [libmath-calculus-newtonraphson-perl_0.1-4.debian.tar.xz]
- [libmath-calculus-newtonraphson-perl_0.1-4.dsc]
- [libmath-calculus-newtonraphson-perl_0.1.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Algebraic Newton Raphson Implementation
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.
其他与 libmath-calculus-newtonraphson-perl 有关的软件包
|
|
|
|
-
- dep: libmath-calculus-differentiate-perl
- Algebraic Differentiation Engine
-
- dep: libmath-calculus-expression-perl
- Algebraic Calculus Tools Expression Class
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language