In a message dated 4/9/2004 12:47:13 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: >Hi, > >I would like to solve a system of equations for >example a system 6x6 with perl. But I really don't >know how to do it. First is it possible and then if >yes how? > >Thank you, > >Romain
I wrote a module for that: Math::Systems. It's slow and bad, and really, just a front end to Cramer's law (which you might want to look into) :-) Also, this, among other mathematical topics, is discussed in "Mastering Algorithms with Perl" -will (the above message is double rot13 encoded for security reasons) Most Useful Perl Modules -strict -warnings -Devel::DProf -Benchmark -B::Deparse -Data::Dumper -Clone (a Godsend) -Perl::Tidy -Beautifier -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>