coLinux日記

coLinuxはフリーソフトを種として、よろずのシステムとぞなれりける。

Maxima

2007-07-01 21:21:26 | コンピュータ言語
CLISP もインストールできましたので、それを利用してみたいと思います。

そこで、数式処理システムである
Maxima
をインストールします。

始めに sourceforge から、maxima-5.12.0.tar.gz をダウンロードします。

早速インストールしてみます。Lisp として CLISP の選択は自動的に行われます。
$ tar xzf maxima-5.12.0.tar.gz
$ cd maxima-5.12.0
$ ./configure
$ make
$ make check
...............
Running test suite with clisp...
Maxima 5.12.0 http://maxima.sourceforge.net
Using Lisp CLISP 2.41 (2006-10-13)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1)                           run_testsuite()
Running tests in rtestnset: 503/503 tests passed.
Running tests in rtest1: 27/27 tests passed.
Running tests in rtest1a: 24/24 tests passed.
Running tests in rtest2: 57/57 tests passed.
Running tests in rtest4: 82/82 tests passed.
Running tests in rtest5: 51/51 tests passed.
Running tests in rtest6: 4/4 tests passed.
Running tests in rtest6a: 56/56 tests passed.
Running tests in rtest6b: 16/16 tests passed.
Running tests in rtest7: 41/41 tests passed.
Running tests in rtest9: 77/77 tests passed.
Running tests in rtest9a: 21/21 tests passed.
Running tests in rtest10: 45/45 tests passed.
Running tests in rtest11: 94/94 tests passed.
Running tests in rtest13: 24/24 tests passed.
Running tests in rtest13s: 18/18 tests passed.
Running tests in rtest14: 158/158 tests passed.
Running tests in rtest15: 208/208 tests passed.
Running tests in rtest16: 55/55 tests passed.
Running tests in rtestode: 68/68 tests passed.
Running tests in rtestode_zp: 30/30 tests passed.
Running tests in rtest3: 108/108 tests passed.
Running tests in rtest8: 52/52 tests passed.
Running tests in rtest12: 78/78 tests passed.
Running tests in rexamples: 136/136 tests passed.
Running tests in rtesthyp: 257/257 tests passed.
Running tests in rtestmt19937: 15/15 tests passed.
Running tests in rtest_allnummod: Nonorderable argument(s) in 'max' or 'min.' Re
turning a noun form.
Nonorderable argument(s) in 'max' or 'min.' Returning a noun form.
Nonorderable argument(s) in 'max' or 'min.' Returning a noun form.
479/479 tests passed.
Running tests in rtestconjugate: 89/89 tests passed.
Running tests in rtestsum: 250/250 tests passed.
Running tests in rtest_trig: 75/75 tests passed.
Running tests in rtest_zeta: 13/13 tests passed.
Running tests in rtest_diff_invtrig: 22/22 tests passed.
Running tests in rtest_scalarp: 19/19 tests passed.
Running tests in rtest_everysome: 84/84 tests passed.
Running tests in rtestint: 112/112 tests passed.
Running tests in rtestifactor: 24/24 tests passed.
Running tests in rtest_equal: 143/143 tests passed.
Running tests in rtest_abs: 70/70 tests passed.
Running tests in rtest_taylor: 126/126 tests passed.
Running tests in rtest_dot: 55/55 tests passed.
Running tests in rtest_mset: 59/59 tests passed.
Running tests in rtest_boolean: 108/108 tests passed.


No unexpected errors found.
Real time: 146.61073f0 sec.
Run time: 146.48f0 sec.
Space: 1357371968 Bytes
GC: 926, GC time: 13.65f0 sec.
(%o0)                                done
...............
$

# make install
...............
 /usr/bin/install -c 'maxima' '/usr/local/bin/maxima'
...............
#

簡単にインストールできました。ためしに使ってみます。終了は ctrl-D で大丈夫です。
$ maxima
Maxima 5.12.0 http://maxima.sourceforge.net
Using Lisp CLISP 2.41 (2006-10-13)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1) expand((a+b)^4);
                       4        3      2  2      3      4
(%o1)                 b  + 4 a b  + 6 a  b  + 4 a  b + a
(%i2) factor(%o1);
                                          4
(%o2)                              (b + a)
(%i3)
$

現在は、Windows 版とかあり、グラフィックで表示できますが、ここはテキストベースだけで使っている coLinux ですから、上のようになります。coLinux でmaxima を実行するとよそのもっと速くメモリも豊富なマシンが使えるので何か役立つと思います。



コメント    この記事についてブログを書く
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする
« clisp インストール その2 | トップ | 再開のごあいさつ »
最新の画像もっと見る

コメントを投稿

コンピュータ言語」カテゴリの最新記事