Advanced Scientific Calculator
Complete calculator with differentiation, integration, and matrix operations
Calculate • Differentiate • Integrate • Matrix Operations
Interactive Calculator
0
3x3 Matrix Input
Advanced Function Descriptions
d/dx
Differentiation
Calculates the derivative of a function. Enter a function like 'x^2' and this will compute its derivative (2x).
∫
Integration
Calculates the integral of a function. Enter a function like '2x' and this will compute its integral (x^2).
det
Determinant
Calculates the determinant of a matrix, which is a scalar value that can determine if a matrix is invertible.
A⁻¹
Matrix Inverse
Calculates the inverse of a matrix, which when multiplied by the original matrix gives the identity matrix.
Aᵀ
Matrix Transpose
Flips a matrix over its diagonal, turning rows into columns and columns into rows.
log
Logarithm
Calculates the base-10 logarithm of a number. Example: log(100) = 2.
ln
Natural Log
Calculates the natural logarithm (base e) of a number. Example: ln(e) = 1.
x!
Factorial
Calculates the factorial of a number. Example: 5! = 5×4×3×2×1 = 120.
0 Comments