From 79f901189d69f945397ed69fce34880bdda6e4b2 Mon Sep 17 00:00:00 2001 From: Steven Sartorius Date: Sat, 22 May 2010 16:29:59 -0400 Subject: Formula for maxima, a computer algebra system. Depends on cmucl. Signed-off-by: Adam Vandenberg --- Library/Formula/maxima.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/maxima.rb (limited to 'Library') diff --git a/Library/Formula/maxima.rb b/Library/Formula/maxima.rb new file mode 100644 index 000000000..e9899e221 --- /dev/null +++ b/Library/Formula/maxima.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Maxima