Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Displaying all symbolic expression with ExpressionNice

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)

Displaying all symbolic expression with ExpressionNice

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)

Displaying all symbolic expression with ExpressionNice

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)

Displaying all symbolic expression with ExpressionNice

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)