Re: [sage-support] Re: defining symbolic function

2020-02-23 Thread Rama Kunapuli
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

[sage-support] Re: defining symbolic function

2020-02-22 Thread Nils Bruin
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