Math::Symbolic::MiscAlgebra

Math::Symbolic::MiscAlgebra contains miscellaneous algebra routines like det().
Download

Math::Symbolic::MiscAlgebra Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steffen Muller
  • Publisher web site:
  • http://search.cpan.org/~smueller/

Math::Symbolic::MiscAlgebra Tags


Math::Symbolic::MiscAlgebra Description

Math::Symbolic::MiscAlgebra contains miscellaneous algebra routines like det(). Math::Symbolic::MiscAlgebra contains miscellaneous algebra routines like det().SYNOPSIS use Math::Symbolic qw/:all/; use Math::Symbolic::MiscAlgebra qw/:all/; # not loaded by Math::Symbolic @matrix = (,,); $det = det @matrix; @vector = ('x', 'y', 'z'); $solution = solve_linear(@matrix, @vector);This module provides several subroutines related to algebra such as computing the determinant of quadratic matrices, solving linear equation systems and computation of Bell Polynomials.Please note that the code herein may or may not be refactored into the OO-interface of the Math::Symbolic module in the future.You may choose to have any of the following routines exported to the calling namespace. ':all' tag exports all of the following: det linear_solve bell_polynomial Requirements: · Perl


Math::Symbolic::MiscAlgebra Related Software