Thank you both for the directions Nils Bruin, Symbolic variables link
really helped. The following code works;
t,A =var('t','A')
A=function('A',nargs=1)(t);A
A.derivative(t,1)
 Is it possible, to display A.derivative(t,1) with a dot notation \dot{A}
instead of \frac{\partial A}{\partial t}?

On Sat, Feb 22, 2020 at 6:41 PM Nils Bruin <nbr...@sfu.ca> wrote:

>
> http://doc.sagemath.org/html/en/reference/calculus/sage/calculus/var.html#sage.calculus.var.function
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/6a21883f-c12d-49b1-9d56-5aaf697d32db%40googlegroups.com
> <https://groups.google.com/d/msgid/sage-support/6a21883f-c12d-49b1-9d56-5aaf697d32db%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAFTGAYXCGkmribZ5u_Qm3e%2BKu%3DMHtmSkHGaVcL_O6-0xdU6FMw%40mail.gmail.com.

Reply via email to