Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

after 'pip install sage-octave'

Views: 66

In an SMC terminal session

~$ pip install sage-octave
from octave import octave %default_mode octave
1+1
ans = 2
x-1=2
parse error: invalid left hand side of assignment >>> x-1=2 ^
1+1
ans = 2
sqrt(3)
ans = 1.73205
%sage sqrt(3) octave(sqrt(3))
sqrt(3) 1.73205