1/21/13

ROMBERG :: Numerical Integration by Romberg's Method

maxima maxima_romberg

Function: romberg (expr, x, a, b)

Function: romberg (F, a, b)

  • a numerical integration by Romberg's method.
Example:
    (%i) romberg(x^2,x,0,1)
    (%o) .3333333333333333
See Also ...

maxima maxima_romberg