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
Jacobian Matrix
Jacobian Determinant
Copied!
Summary
Enter 2 or 3 functions of x, y (and z) to compute the Jacobian matrix and its determinant instantly.
How it works
- Choose 2-variable mode (functions of x, y) or 3-variable mode (functions of x, y, z).
- Enter each function using standard math notation: x^2, sin(x), exp(y), log(x), etc.
- Click "Compute Jacobian" to evaluate partial derivatives symbolically via numeric differentiation.
- The Jacobian matrix is displayed with each partial derivative entry.
- 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