mx.bordered.hessian: Computes the bordered hessian matrix, used for concavity...

Description Usage Examples

View source: R/RMaximaMathConvert.R

Description

Computes the bordered hessian matrix, used for concavity checks

Usage

1
2
  mx.bordered.hessian(f, var, to.r = TRUE, jacobian = NULL,
    hessian = NULL)

Examples

1
2
3
4
5
6
7
8
## Not run: 
  f = "x^2+y^2+x^2*y^2"
  var = c("x","y")
  mat = mx.bordered.hessian(f=f,var=var)
  mat
  mx.determinant(mat)

## End(Not run)

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