Open main menu

Changes

Created page with "== Calculate Jacobian and Hessian matrix in python sympy for exponential decay function == See also: # https://en.wikipedia.org/wiki/Propagation_of_uncertainty # http://en.w..."
== Calculate Jacobian and Hessian matrix in python sympy for exponential decay function ==
See also:

# https://en.wikipedia.org/wiki/Propagation_of_uncertainty
# http://en.wikipedia.org/wiki/Jacobian_matrix_and_determinant
# http://en.wikipedia.org/wiki/Hessian_matrix
# http://maxima-online.org/articles/hessian.html
# http://certik.github.io/scipy-2013-tutorial/html/tutorial/basic_operations.html
# http://scipy-lectures.github.io/advanced/sympy.html
# http://docs.sympy.org/dev/gotchas.html
# https://github.com/sympy/sympy/wiki/Faq
#