#5960: fix bug in documentation of find_minimum_on_interval
--------------------------------------------------+-------------------------
   Reporter:  was                                 |          Owner:  burcin     
 
       Type:  defect                              |         Status:  
needs_review
   Priority:  minor                               |      Milestone:  sage-4.7.1 
 
  Component:  calculus                            |       Keywords:  sd31       
 
Work_issues:                                      |       Upstream:  N/A        
 
   Reviewer:  Karl-Dieter Crisman, Burcin Erocal  |         Author:             
 
     Merged:                                      |   Dependencies:             
 
--------------------------------------------------+-------------------------
Changes (by kcrisman):

  * status:  new => needs_review
  * reviewer:  => Karl-Dieter Crisman, Burcin Erocal


Comment:

 {{{
 sage: from scipy import optimize
 sage: optimize.fminbound(h._fast_float_(x),0,6,full_output=True)
 (3.8298366870225147, -1.327181022449951, 0, 10)
 sage: optimize.fminbound(h._fast_float_(x),0,3,full_output=True)
 (0.86667541098916612, -2.7358151040622416, 0, 9)
 }}}

 From the tutorial referenced above:
 {{{
 Finds a local minimizer
 }}}
 so I agree this should be closed as a dup.

 Moving examples there.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5960#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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-trac?hl=en.

Reply via email to