Thank you both for your suggestions! The gamma(t)=... solution gave me some other error down the line, while appending .function(t) to the definition of gamma worked but raised errors from later calls to simplify_full(). In the end, replacing x with t=x in the definition of my 'frame' function got rid of all warnings and allowed me to keep everything else in place.
Cheers, Fred. On Friday, September 10, 2021 at 1:05:11 AM UTC-4 Kwankyu wrote: > gamma(t) = vector([t,t^2,t^3]) > > is a bit simpler. > -- 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/3e4df9d5-56ce-4766-912f-d4fe3eb2f376n%40googlegroups.com.