CCalcBOX
🌐JA
🧮

Matrix Calculator

Matrix addition, multiplication, determinant, inverse, and transpose.

Size:
Matrix A
Matrix B
Result
0000
📖How to Use
  1. 1Specify matrix size (rows × columns) and enter elements
  2. 2Select an operation (addition, multiplication, inverse, determinant, etc.)
  3. 3See the result
💡Tips & Knowledge
  • Matrix multiplication A(m×n) × B(n×p) = C(m×p). Inner dimensions must match
  • A matrix inverse exists only for regular matrices (determinant ≠ 0). Used to solve linear systems
  • 3D graphics transformations (rotation, scaling, translation) are all implemented as matrix operations

🔗 Related Tools

All calculations run in your browser. No data is sent to any server.