Mathics:Mathematica 対抗?
2014-06-12 : 
PCクリニック
先日(2014-06-10)の記事:「Graph.tk:Webアプリ?」
に関連して、
「Mathics」
A free, light-weight alternative to Mathematica
なるアプリを見つけた。
Mathics is a free, general-purpose online computer algebra system
featuring Mathematica-compatible syntax and functions.
It is backed by highly extensible Python code,
relying on SymPy for most mathematical tasks.
例によって:
Mathics は Mathematica 互換の構文と機能を備えた
オンライン無料、フリー、汎用のコンピューター代数システムです。
それは多くの数学のタスクの SymPy に依存する、
拡張性の高いの Python コードでバックアップされます。
多少はマシかな???
「Nice Translator」の性能については、・・・・・
それで、この「Mathics」って、
Mathematica 互換の構文と機能を備えた・・・・・
と謳っている!
2種類の実行形式がある。
Use Mathics online
requires Firefox, Chrome, or Safari
( 本家は「.org」だが、こちらは「.net」 )
Download and install Mathics
先ずは、Python を入れる。(これは当たり前?)
そして、
apt-get install python-dev libsqlite3-dev libgmp3-dev
又は、それ相当のことを行う。
然る後に、「Mathics 0.6」をダウンロードし、
解凍し、解凍したディレクトリに於いて、
python setup.py install
とする。
・・・・・
とかなんとか。
それから、
Documentation
Browse online Download PDF
この“Web版”ドキュメントの、
「Installation prerequisites」
では、
To run Mathics, you need Python 2.6 or higher on your computer.
Mathics does not support Python3 yet.
On most Linux distributions and on Mac OS X, Python ・・・ by default.
For Windows, ・・・.
Anyway, the primary target platforms for Mathics are Linux
(especially Debian and Ubuntu) and Mac OS X.
If you are on Windows and want to ・・・
Furthermore, SQLite support is needed.
Debian/Ubuntu provides the package libsqlite3-dev.
The package python-dev is needed as well.
You can install all required packages by running
# apt-get install python-dev libsqlite3-dev
・・・・・
・・・・・
やはり、メイン・ターゲットは、Linux と、Mac OS
でも、Windows でも不可能じゃない。
そして、「apt-get」では、「libgmp3-dev」は特に要らない?
問題は、「SQLite」が必要なこと!
それで、
まずは、Web版を触ってみた。
最初の起動時には、以下が表示される。
と云っても、括弧で囲んだ部分は非表示のコメントだが。
Welcome to Mathics!
Mathics is a general-purpose computer algebra system.
Enter queries and submit them by pressing Shift + Return. See the gallery for some neat examples or the
documentation for a full list of supported functions.
( Currently, only Firefox is supported. )Mathics uses MathJax to display beautiful math.
Visit mathics.org for further information about the project.
それで、
1+2
と打ち込み、
Shift + Return
とすると、
3
と出た。
上に、「Save」「Load」メニューがあるが、
クリックすると、
オンラインでワークシートを保存するにはログインしないとダメ
とでた。
ダウンロード&インストールについては、
「Zorin OS 6」「Ubuntu 12.04 x64」「Windows XP」
いずれも、仮想マシンだが。
どれも、うまく行かなかった。
本日はここまで。
見ていただいた序でとは厚かましい限りですが、
お帰りに投票して頂けるとなお嬉しいです。 ⇒


140508
- 関連記事
-
- Python 学習: xls ファイル・アクセス (2014/06/16)
- Python 学習:Webアクセス (2014/06/15)
- ファイルD&DでAP起動(改) (2014/06/14)
- Python 学習:grabcut.py で OpenCV 勉強 (2014/06/13)
- Mathics:Mathematica 対抗? (2014/06/12)
- Python 学習:pandas 利用? (2014/06/11)
- Graph.tk:Webアプリ? (2014/06/10)
- Python 学習:多項式近似なら“Numpy”で (2014/06/09)
- Python 学習:棒グラフ (2014/06/08)
スポンサーサイト