First time here? Check out the FAQ!
answered 2014-02-17 12:53:17 +0100
Does it answers your question ?
sage: x, y = var('x y') sage: f = log(x+y) sage: f.hessian() [-1/(x + y)^2 -1/(x + y)^2] [-1/(x + y)^2 -1/(x + y)^2]