f(x)=exp(-x^2) g=diff(f) then I'd like to find maximum of g function on interval: find_maximum_on_interval(g,0,1) (-1.30156325204e-08, 6.5078162602101728e-09)
but for: find_maximum_on_interval(g,0,3) I've got error: Traceback (click to the left for traceback) ... TypeError: cannot coerce type '<class 'sage.calculus.equations.SymbolicEquation'>' into a SymbolicExpression. what is wrong? --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---