-
-
Notifications
You must be signed in to change notification settings - Fork 661
Closed
Milestone
Description
- In method
solve
of classIntegratedCurve
, the step of integration needs to be evaluated numerically (usingnumerical_approx
) before calling any algorithm, in order to allow it to be an expression such aspi
. - In method
solve
, when using Bulirsch-Stoer algorithm ('bsimp'), methodode_solve
was called in a wrong way. - 'Bulirsch' was misspelled in documentation.
- Minor corrections were made regarding
rk4_maxima
being the default algorithm of methodsolve
.
CC: @egourgoulhon @sagetrac-mbejger @man74cio @tscrim
Component: geometry
Keywords: curve
Author: Karim Van Aelst
Branch/Commit: 0670769
Reviewer: Eric Gourgoulhon, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/23838