mx.jacobian: Computes the jacobian of a maxima expression

Description Usage Examples

View source: R/RMaximaMathConvert.R

Description

Computes the jacobian of a maxima expression

Usage

1
  mx.jacobian(f, var, to.r = TRUE)

Examples

1
2
3
4
5
6
## Not run: 
  f = "x^2+y^2+x^2*y^2"
  var = c("x","y")
  mx.jacobian(f=f,var=var)

## End(Not run)

skranz/RMaxima documentation built on May 30, 2019, 1:08 a.m.