Ask Your Question
2

simplify and latex_name

asked 2013-05-15 00:42:01 +0200

bolverk gravatar image

updated 2023-01-09 23:59:31 +0200

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-05-15 08:29:20 +0200

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

Thanks for the feedback.

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

Stats

Asked: 2013-05-15 00:42:01 +0200

Seen: 706 times

Last updated: May 15 '13