How to Install and Uninstall libmath-calculus-newtonraphson-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 07,2024

1. Install "libmath-calculus-newtonraphson-perl" package

Please follow the guidance below to install libmath-calculus-newtonraphson-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libmath-calculus-newtonraphson-perl

2. Uninstall "libmath-calculus-newtonraphson-perl" package

This guide covers the steps necessary to uninstall libmath-calculus-newtonraphson-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libmath-calculus-newtonraphson-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmath-calculus-newtonraphson-perl package on Ubuntu 21.10 (Impish Indri)

Package: libmath-calculus-newtonraphson-perl
Architecture: all
Version: 0.1-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 25
Depends: perl:any, libmath-calculus-expression-perl, libmath-calculus-differentiate-perl
Filename: pool/universe/libm/libmath-calculus-newtonraphson-perl/libmath-calculus-newtonraphson-perl_0.1-2.1_all.deb
Size: 8616
MD5sum: 2d288dffec743fb866f50e3553dce65e
SHA1: dc136c12cd667739cdab3481c0970cf0d6b15446
SHA256: fa847588ebb7420240e68797031dfaa8af77243cec1ad6aa43683558c60282e7
SHA512: 0bd0cbeae0b85cc1079bd88b433d58c33d9c0939de27708719832545ea29b5c6580a8e8ce69fee0b43b3b0c8613dd966c1625f27de014aa1c807320c52d0e160
Homepage: https://metacpan.org/release/Math-Calculus-NewtonRaphson
Description-en: 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.
Description-md5: 984da4bd93093cd67a805d62a30542a4