in reply to minimizing simple linear equations
printsuse Math::Algebra::Symbols my ($foo) = symbols(qw(foo)); my $result = ($foo * 2) + ($foo * 3); print "$result\n";
5 * $foo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: minimizing simple linear equations
by beemshake (Novice) on Mar 14, 2006 at 00:35 UTC |