Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 101
version()
'SageMath Version 6.9.beta7, Release Date: 2015-09-17'
import pexpect pexpect.__version__
'4.0.1'
1+1
2
%fricas 1+1
2 Type: PositiveInteger

Unicode characters such as α, ϐ, and γ in FriCAS

%fricas (α+ϐ+γ+1)^3
3 2 2 2 3 2 2 3 2 ϐ + (3γ + 3α + 3)ϐ + (3γ + (6α + 6)γ + 3α + 6α + 3)ϐ + γ + (3α + 3)γ + (3α + 6α + 3)γ + α + 3α + 3α + 1 Type: Polynomial(Integer)
octave.version()
'3.8.2'

Use our version of the Octave interface

from octave import octave
%octave 1+3
ans = 4
%octave 1+B
error: 'B' undefined near line 1 column 3
1+1
2