-
Couldn't load subscription status.
- Fork 8
Related R Packages
-
There are several functions in base R for defferentiation, integration, solving system of equations, etc. E.g.
solve,stats::D,stats::deriv,stats::integrate,stats::numericDeriv. -
R package
Derivfor symbolic differentiation, it allows user to supply custom rules for differentiation. -
R package
numDerivfor calculating numerical approximations to derivatives. -
R package
gmpandRmpfrprovide multiple precision arithmetic and floating point operations. They also include some special functions, e.g.Rmpfr::integrateRfor numerical integration. -
R package
mpcavailable at R forge. It provides multiple precision arithmetic for complex numbers. -
R package
rSymPyprovides an interface to 'SymPy' library in python via rJava. -
R package
Ryacasprovides an interface to the 'Yacas' computer algebra system. It is easier to install compared torSymPy. -
R package
mosaicCalcfor differentiation and integration in R.