First time here? Check out the FAQ!

Ask Your Question
2

simplify and latex_name

asked 11 years ago

bolverk gravatar image

updated 2 years ago

tmonteil gravatar image

In a notebook (with typesetting enabled), whenever I apply simplify to a simbolic function, the result is expressed in terms of the identifier of the function, rather than its latex name.

For example,

var('x')
my_func = function('df',x,latex_name='\Delta f')
my_func

returns ?f(x)

but

my_func.simplify()

returns df(x)

Is there any retain the latex name throughout simplification?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 11 years ago

This is a bug. I opened a ticket on trac, see #14590.

Thanks for the feedback.

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

Stats

Asked: 11 years ago

Seen: 823 times

Last updated: May 15 '13