The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Math-Assistant version 0.05
=============================

The module contains important algebraic operations: matrix (quadratic or non-quadratic)
rank, determinant and solve an equation system. The integer values are accepted.
Calculations with the raised accuracy.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

If you have root on a Unix system it is enough to run this command:

   cpan Math::Assistant


DEPENDENCIES

This module requires these other modules and libraries:

Math::BigInt
Math::BigFloat
Test::More
Carp


COPYRIGHT AND LICENCE

Copyright (C) 2010-2013 by Alessandro Gorohovski

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.