Hi,
There is a way of turning ExpressionNice the default way of displaying all my symbolic expression? Instead of importing and calling it like in
from sage.manifolds.utilities import ExpressionNice
fun = f.diff(x,x,y,y,x)*x
ExpressionNice(fun)
1 | initial version |
Hi,
There is a way of turning ExpressionNice the default way of displaying all my symbolic expression? Instead of importing and calling it like in
from sage.manifolds.utilities import ExpressionNice
fun = f.diff(x,x,y,y,x)*x
ExpressionNice(fun)
Hi,
There is a way of turning ExpressionNice the default way of displaying all my symbolic expression? Instead of importing and calling it like in
from sage.manifolds.utilities import ExpressionNice
f = function('f')(x, y)
fun = f.diff(x,x,y,y,x)*x
ExpressionNice(fun)
Hi,
There is a way of turning ExpressionNice the default way of displaying all my symbolic expression? Instead of importing and calling it like in
from sage.manifolds.utilities import ExpressionNice
var('y')
f = function('f')(x, y)
fun = f.diff(x,x,y,y,x)*x
ExpressionNice(fun)
Hi,
There is Is there a way of turning ExpressionNice the default way of displaying all my symbolic expression?
Instead of importing and calling it like in
from sage.manifolds.utilities import ExpressionNice
var('y')
f = function('f')(x, y)
fun = f.diff(x,x,y,y,x)*x
ExpressionNice(fun)