Hello! I am new on this forum so forgive me if I don't respect all "rules" or if someone answered already this question.
If you take a look at the image, I just want to know how to calculate the distance between origin and the furthest dot on the graph.
code: var('t') ff = (exp(cos(t)) - 2cos(4t) + sin(t/12)^5) parametric_plot((ffcos(t),ffsin(t)), (t,0,2*pi) , fill=True, fillcolor='orange', figsize=[3,3])