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)
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.