First time here? Check out the FAQ!

Ask Your Question
0

Displaying all symbolic expression with ExpressionNice

asked 4 years ago

cav_rt gravatar image

updated 4 years ago

Hi,

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)
Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

eric_g gravatar image

No, unfortunately it is not possible to make it the default for all symbolic expressions. ExpressionNice is invoked automatically only on manifold objects.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 4 years ago

Seen: 263 times

Last updated: Feb 02 '21