Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Question for formatted output

Hello, when executing the commands t=var('t') g(t)=t^2 diff(g,t)

I get as a result:

t -> 2t

I only want "2t" and not the leading "t ->"

What can I do?

Thank you for your efforts, Hans

Question for formatted output

Hello, when executing the commands commands

t=var('t')
g(t)=t^2
diff(g,t)

diff(g,t)

I get as a result:

t -> 2t

2t

I only want "2t" 2t and not the leading "t ->"t ->

What can I do?

Thank you for your efforts, efforts,

Hans