Hi Rob The link does not work :(
On 12 Bře, 06:15, Rob Beezer <[email protected]> wrote: > I'll talk about extremes along the boundary as we cover Lagrange > multipliers tomorrow. Available at: > > http://sagenb.org/home/pub/348/ I use my updated sagelet on http://wiki.sagemath.org/interact/calculus#A3Dgraphwithpointsandcurves to show constrained maxima and minima and absolute maxima / minima I am thinking about the possibility to find stationary points automatically by Sage, but the problem is that sage (maxima) sometimes returns as a solution of an equation a point which does not belong to the domain (like solve(x/sin(x)==0,x)) Could be fixed by trying to evaluate a function and catch error, but perhaps we should ask developers to add an option to solve command which cheks this automatically. Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~----------~----~----~----~------~----~------~--~---
