Jacobian Calculator

Enter 2 or 3 functions of x, y (and z) to compute the Jacobian matrix and its determinant instantly.

f(·) =
g(·) =
x =
y =

Syntax reference

x^2  or  x**2power sin(x), cos(x)trig exp(x)e^x log(x)natural log sqrt(x)square root abs(x)absolute value 2*x*yexplicit multiply

Enter functions and click Compute Jacobian

Copied!

Summary

Enter 2 or 3 functions of x, y (and z) to compute the Jacobian matrix and its determinant instantly.

How it works

  1. Choose 2-variable mode (functions of x, y) or 3-variable mode (functions of x, y, z).
  2. Enter each function using standard math notation: x^2, sin(x), exp(y), log(x), etc.
  3. Click "Compute Jacobian" to evaluate partial derivatives symbolically via numeric differentiation.
  4. The Jacobian matrix is displayed with each partial derivative entry.
  5. The determinant (Jacobian determinant) is computed and shown below the matrix.

Use cases

  • Verify Jacobian matrices for multivariable calculus homework.
  • Compute the Jacobian determinant needed for change-of-variables in double/triple integrals.
  • Check partial derivative computations for coordinate transformations (polar, cylindrical, spherical).
  • Analyze local invertibility of a vector-valued function at a point.
  • Support robotics or physics calculations involving Jacobians of kinematic functions.
  • Cross-check results when working through vector calculus problems.

Frequently Asked Questions

Last updated: 2026-07-23 · Reviewed by Nham Vu