How to Install and Uninstall libmath-calculus-newtonraphson-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

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

This guide let you learn how to install libmath-calculus-newtonraphson-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the libmath-calculus-newtonraphson-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmath-calculus-newtonraphson-perl
Priority: optional
Section: universe/perl
Installed-Size: 72
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.1-1
Depends: perl (>= 5.6.0-16), libmath-calculus-expression-perl, libmath-calculus-differentiate-perl
Filename: pool/universe/libm/libmath-calculus-newtonraphson-perl/libmath-calculus-newtonraphson-perl_0.1-1_all.deb
Size: 9038
MD5sum: 1ba34af4f5cbce84c2042dc049075c0b
SHA1: f2ba102a0dce6015af343b001fe1c4ea95da8ac9
SHA256: 4bdb26948f10c8661e1236de341ce7061e39599e24a4c8b8e2d76b5853b5f531
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
Homepage: http://search.cpan.org/dist/Math-Calculus-NewtonRaphson/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu