Linear Algebra Solver

Solve systems of linear equations, perform vector operations, and advanced linear algebra computations.

Linear Algebra Operations

  • System Solver: Solve Ax = b for systems up to 5 equations
  • Vector Operations: Dot product, cross product, magnitude
  • Matrix Operations: Determinant, inverse, eigenvalues
  • Vector Visualization: 2D and 3D vector plots
  • • Enter equations as: 2x + 3y = 7, x - y = 1

Input

Select Operation

Results

Enter equations or vectors and click "Calculate" to see the results

Examples

System of Equations

2x + 3y = 7
x - y = 1

3D System

2x + y - z = 8
-3x - y + 2z = -11
-2x + y + 2z = -3

Vector Operations

A = [2, 3]
B = [4, 1]

3D Vectors

A = [1, 2, 3]
B = [4, 5, 6]