DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibmath-calculus-newtonraphson-perl
BeschreibungAlgebraic Newton Raphson Implementation
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.1-1
Sektionperl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl (>= 5.6.0-16), libmath-calculus-expression-perl, libmath-calculus-differentiate-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße8994 Byte
Prüfsumme MD5ab496922ce3db3b2d1904bb29a67b2fa
Prüfsumme SHA107943abcb770e76a504a6e2dd80925e179e301e2
Prüfsumme SHA256b043a5140ab30e2a79fcce08d1ac1949cfff60d3921e26a0592ec43530064a07
Link zum Herunterladenlibmath-calculus-newtonraphson-perl_0.1-1_all.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds