Ask Your Question
0

Displaying all symbolic expression with ExpressionNice

asked 2021-02-01 20:46:10 +0200

cav_rt gravatar image

updated 2021-02-02 02:25:00 +0200

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)
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-02-02 08:59:18 +0200

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.

edit flag offensive delete link more

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: 2021-02-01 20:46:10 +0200

Seen: 211 times

Last updated: Feb 02 '21