私はPython 3.6とSymPy 1.1.1をインストールしました。オクターブで私はその後、コマンドオクターブでのSympyエラー:symの「f」がサポートされていない
pkg install -forge symbolic
を実行した私は、パッケージをロードし、それが動作するかどうかを確認するために syms x
を試してみました。それはsucessfully実行され、私は
OctSymPy v2.6.0: this is free software without warranty, see source.
Initializing communication with SymPy using a popen2() pipe.
Some output from the Python subprocess (pid 10580) might appear next.
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
OctSymPy: Communication established. SymPy v1.1.1.
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64 bit (AMD64)]
を得た。しかし、私はCOMAND x=sym('x','f')
を使用するとき、私はエラーを取得する:私は、最新のSymPyを持っているので、どんな意味がありません
error: sym: the assumption "f" is not supported in your Sympy version.
。誰にも何をすべきか考えていますか?