Algebra Calculator
Equations, matrices, and complex numbers together — exact when verified, approximate when not.
- On your device
- No signup
Edit matrices, run linear algebra operations, and solve systems on your device.
Private on your device
Your information stays on your device and is not uploaded.
Equations, matrices, and complex numbers together — exact when verified, approximate when not.
Solve equations numerically, check quadratics, and handle small linear systems.
Work with rectangular, polar, and exponential complex forms locally.
Plot and analyze functions with zoom, trace, tables, and numerical analysis tools.
Scientific calculations with trig, logs, powers, memory, and history — private on your device.
Count time remaining until a date or event.
Count weekdays between two dates, excluding holidays.
Find the difference between two clock times.
Enter matrices as rows, then add, subtract, multiply, transpose, invert, compute determinants, reduce to RREF, or solve linear systems. Dimension mismatches and singular matrices produce clear, user-friendly errors.
Utilnivo’s Matrix Calculator provides a spreadsheet-style editor for named matrices and common linear algebra operations. Addition, subtraction, multiplication, transpose, determinant, inverse, rank-related RREF, identity construction, and linear solves are available in the browser.
Dimension validation explains incompatible operations instead of failing silently. Singular matrices produce a clear singular-matrix error when inversion or unique solves are impossible.
Vector helpers compute magnitude and normalization for quick checks alongside matrix work. Keep systems small—dimensions are capped for performance and reliability on everyday devices.
All matrix data stays local. Export results as text or CSV summaries when you need to paste into notes, and combine this tool with the Equation Solver when you prefer expression-based root finding.
Type each matrix row on its own line. Separate entries with spaces or commas. Select an operation and review the result panel. Use Solve system with constants b1 b2 … bn for Ax = b.
For A = [[1,2],[3,4]] and B = [[5,6],[7,8]], A×B equals [[19,22],[43,50]]. For Ax=b with A=[[1,1],[0,1]] and b=[5,2], the solution is x1=3, x2=2.
Enter Matrix A and optional Matrix B as rows of numbers. Choose an operation such as multiply, transpose, determinant, inverse, or RREF. Linear systems can be solved when A is square and compatible with the constant vector.
Results are based on the inputs you provide and may not cover every edge case. This tool is for general use and is not professional advice.
Your data stays on your device and is not uploaded.
Matrix multiplication follows the standard row-by-column rule. Determinants and inverses use elimination-based numeric methods with singularity checks. RREF uses Gauss–Jordan elimination with pivoting.
FAQ
Matrices are capped for reliability on everyday devices. Incompatible dimensions are rejected with a clear message.
Yes when the matrix is square and non-singular. Singular matrices return a controlled error.
No. All matrix operations run locally in your browser.
Page last reviewed: