Function: romberg (expr, x, a, b)
Function: romberg (F, a, b)
- a numerical integration by Romberg's method.
-
(%i) romberg(x^2,x,0,1)
(%o) .3333333333333333
- OCTAVE :: QUAD ... Numerical Integration
- MAXIMA :: INTEGRATE
Function: romberg (expr, x, a, b)
Function: romberg (F, a, b)