How to Install and Uninstall libmath-matrixreal-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libmath-matrixreal-perl" package

This tutorial shows how to install libmath-matrixreal-perl on Kali Linux

$ sudo apt update $ sudo apt install libmath-matrixreal-perl

2. Uninstall "libmath-matrixreal-perl" package

Please follow the guidance below to uninstall libmath-matrixreal-perl on Kali Linux:

$ sudo apt remove libmath-matrixreal-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmath-matrixreal-perl package on Kali Linux

Package: libmath-matrixreal-perl
Version: 2.13-2
Installed-Size: 217
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 68612
SHA256: f794f853bcd4c32583c2b4a5a203311da50c08fb8ac4f52e256164f42d700983
SHA1: 4f5c265753f7c29c339158789a4041ede83883c7
MD5sum: efe107cbdb20b0b1f62d9a0ae77b79eb
Description: module to manipulate NxN matrices of real numbers
Math::MatrixReal implements the data type "matrix of reals" (and consequently
also "vector of reals") which can be used almost like any other basic Perl
type thanks to operator overloading.
.
It features many important operations and methods: matrix norm, matrix
transposition, matrix inverse, determinant of a matrix, order and numerical
condition of a matrix, scalar product of vectors, vector product of vectors,
vector length, projection of row and column vectors, a comfortable way for
reading in a matrix from a file, the keyboard or your code, and many more.
.
It allows one to solve linear equation systems using an efficient algorithm
known as "L-R-decomposition" and several approximative (iterative) methods.
.
It features an implementation of Kleene's algorithm to compute the minimal
costs for all paths in a graph with weighted edges (the "weights" being the
costs associated with each edge).
.
Finally, it allows one to solve the eigensystem of a real symmetric matrix,
using Householder transformation and QL decomposition.
Description-md5:
Homepage: https://metacpan.org/release/Math-MatrixReal
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-matrixreal-perl/libmath-matrixreal-perl_2.13-2_all.deb