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 Ubuntu Archiv lucid (universe)
Version0.1-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl (>= 5.6.0-16), libmath-calculus-expression-perl, libmath-calculus-differentiate-perl
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße9038 Byte
Prüfsumme MD51ba34af4f5cbce84c2042dc049075c0b
Prüfsumme SHA1f2ba102a0dce6015af343b001fe1c4ea95da8ac9
Prüfsumme SHA2564bdb26948f10c8661e1236de341ce7061e39599e24a4c8b8e2d76b5853b5f531
Link zum Herunterladenlibmath-calculus-newtonraphson-perl_0.1-1_all
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