- Fraction Calculator
- Matrix Calculator
- Slope Calculator
- Algebra Calculator
- Trigonometry Calculator
- Percentage Calculator
- Probability Calculator
-
LU Decomposition Calculator with Partial PivotingFree LU decomposition calculator with partial pivoting. Factor a square matrix into L and U with row pivot vector P so that P*A = L*U, plus the determinant.
-
Hadamard Product (Element-wise Matrix Product) CalculatorCompute the Hadamard product C = A ∘ B of two equal-size matrices: each entry c_jk = a_jk × b_jk. Element-wise (Schur) multiplication with adjustable display precision.
-
Matrix Rank CalculatorCompute the rank of any real matrix A online. Enter your m x n matrix and get the number of linearly independent rows or columns via Gaussian elimination.
-
Matrix Norm CalculatorCompute four matrix norms of any real n x m matrix: L1 (max column sum), L2/spectral (largest singular value), Frobenius, and L-infinity (max row sum).
-
Matrix-Vector Product CalculatorCompute the product c = A·x of a matrix A and a column vector x. Enter any rows×cols matrix and a vector; get the resulting column vector instantly.
-
Vector Scalar Multiplication CalculatorMultiply every component of an n-dimensional vector by a scalar lambda. Computes c = lambda*a element-wise, returning a vector of the same dimension.
-
Vector Outer Product CalculatorCompute the outer product (tensor/dyadic product) of two vectors a and b. Enter components to get the full m x n matrix C where C[i][j] = a_i * b_j.
-
Adjoint Matrix (Hermitian Conjugate / Conjugate Transpose) CalculatorCompute the adjoint matrix A* (Hermitian conjugate / conjugate transpose) of any real or complex m x n matrix. Transpose then conjugate, with worked example.
-
Matrix Addition and Subtraction CalculatorAdd or subtract two matrices A and B element-by-element. Compute A+B, A-B, or B-A for any m x n matrices up to 6x6, with adjustable display precision.
-
Matrix Multiplication (Product) CalculatorMultiply two matrices online. Compute the matrix product C = A.B or B.A with full conformability checking and a clean row-by-row result.
-
Matrix Scalar Multiplication CalculatorMultiply every element of a matrix A by a scalar lambda to get the result matrix C. Supports any size up to 10x10, negatives, decimals and scientific notation.
-
Cramer's Rule CalculatorSolve 2×2 and 3×3 linear systems with Cramer's Rule. Enter matrix A and vector b to get x, y, z plus every determinant used. Free and instant.
-
Matrix Condition Number CalculatorCompute the spectral (2-norm) condition number κ(A) of a 2×2 matrix as the ratio of its largest to smallest singular value, plus singular values and determinant.
-
n×n Matrix Determinant CalculatorCompute the determinant det(A) of any square n×n matrix (1 to 10) and its reciprocal 1/det(A). Uses Gaussian elimination; flags singular matrices.
-
Inverse Matrix CalculatorFind the inverse of a 2×2 or 3×3 matrix instantly. Computes the determinant, adjugate, and inverse A⁻¹ = adj(A)/det(A) with full steps.
-
Matrix Trace CalculatorCalculate the trace of a square matrix (2×2, 3×3 or 4×4) by summing its main diagonal entries. Fast, free, and shows the formula tr(A)=Σ Aᵢᵢ.
-
Matrix Multiplication CalculatorMultiply two 2×2 matrices instantly. Enter each element of matrix A and B to get the product matrix AB using the row-by-column dot product rule.
-
3x3 Matrix Determinant CalculatorCalculate the determinant of a 3x3 matrix and its reciprocal (1/det A) using cofactor expansion. Enter nine real entries; detects singular matrices.
-
Matrix by Scalar CalculatorMultiply a 2×2 matrix by a scalar instantly. Enter your scalar and matrix entries to compute cA element-by-element with this free calculator.
-
Hadamard Product CalculatorCompute the Hadamard (element-wise) product of two matrices. Enter dimensions and values to get A∘B where each entry is A_ij × B_ij.
-
Quaternion CalculatorFree quaternion calculator: compute the Hamilton product q1×q2, the norm (magnitude), and the conjugate of two 4-component quaternions instantly.
-
3x3 Matrix Inverse CalculatorCompute the inverse of any 3x3 matrix online. Enter nine real numbers and get A^-1 plus the determinant, with singular-matrix detection.
-
Inverse of an n×n Matrix (via LU Decomposition)Compute the inverse of a square n×n matrix online using LU decomposition with partial pivoting. Enter your matrix, get A^-1, determinant and singularity check.
-
N-by-N System of Linear Equations Solver (LU Decomposition)Solve a system of n linear equations in n unknowns A·x = b. Uses LU decomposition with partial pivoting for the unique solution vector x and determinant.