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
1 | initial version |
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
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 -> I only want "2t" 2t
and not the leading "t ->"t ->
What can I do?
Thank you for your efforts,
efforts,
Hans