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
Edited for legibility.
Delimit your inline code fragments by backticks and code snippets in lines indented by four spaces, or use the "010101" button...