Numerical integration methods
|
07-19-2022, 05:16 PM
Post: #5
|
|||
|
|||
RE: Numerical integration methods
int uses an adaptive method, as described here in French (Hairer: https://www.unige.ch/~hairer/poly/chap1.pdf).
Source code is available from giac source code https://github.com/geogebra/giac/blob/ma...pp/intg.cc, function Code: bool tegral(const gen & f,const gen & x,const gen & a_,const gen &b_,const gen & eps,int nmax,gen & value,bool exactcheck,GIAC_CONTEXT){...} |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)