I'm using Jupyter Notebook on CoCalc. I can't create symbolic variables.
var('a,b,c')
results in NameError: name 'var' is not defined. I tried
from sage.calculus.var import *
but it still doesn't work and gives the same error.
| 1 | initial version |
I'm using Jupyter Notebook on CoCalc. I can't create symbolic variables.
var('a,b,c')
results in NameError: name 'var' is not defined. I tried
from sage.calculus.var import *
but it still doesn't work and gives the same error.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.