Skip to content
Allin

Angle Between Two Vectors Calculator

θ = arccos(a·b / (|a||b|)) in 2D or 3D, in degrees and radians, with the dot product, both magnitudes, the projections and a parallel / perpendicular / acute / obtuse verdict.

Distance between two pointsCompute the straight-line distance between two points on a plane.Angle Bisector Calculator (triangle)Enter the three sides or the three vertices and get the length of each internal angle bisector, the incenter, the inradius, and the exact point where every bisector cuts the opposite side. The angle bisector theorem is the heart of it: the bisector splits the opposite side in the ratio of the two adjacent sides. The triangle inequality is checked before anything is computed, and the triangle is drawn with its three bisectors.Column Space Calculator (basis of Col(A), rank, pivot columns)A basis of the column space of any matrix up to 6×6, taken from the ORIGINAL pivot columns rather than the reduced ones — with the rank, the free columns, the full RREF and every row operation.Cramer's Rule CalculatorSolves a 2×2 or 3×3 system with exact fractions, shows every determinant expanded term by term, and when D = 0 separates the two cases most calculators merge: dependent with infinitely many solutions, or inconsistent with none.Cross Product Calculatora × b in 3D with the determinant expansion shown, the magnitude |a||b|sin θ, the parallelogram and triangle areas, the unit normal and the right-hand rule.Dot Product Calculatora·b in 2 to 10 dimensions with the term-by-term sum, both magnitudes as exact radicals, the angle in degrees and radians, the projections, and a figure. Parallel and orthogonal are decided in exact fractions, so (1,1,1)·(2,2,2) returns 0°, not NaN.Eigenvalue and Eigenvector Calculator (2×2 and 3×3, complex supported)Characteristic polynomial, exact eigenvalues — rational, surd like (1±√5)/2, or complex like ±i for a rotation — with eigenvectors, algebraic and geometric multiplicities, and a clear verdict on diagonalizability.Matrix CalculatorAdd, subtract and multiply matrices, scale, transpose, and find the determinant and inverse of A.

Open Angle Between Two Vectors Calculator and you get an answer straight away, with no account to create. You will find it under Matrices & vectors, with Distance between two points and Angle Bisector Calculator (triangle) for the neighbouring cases.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What is Angle Between Two Vectors Calculator?

θ = arccos(a·b / (|a||b|)) in 2D or 3D, in degrees and radians, with the dot product, both magnitudes, the projections and a parallel / perpendicular / acute / obtuse verdict.

When would I actually use this?

Checking a decomposition done by hand, solving a linear system, and finding the eigenvalues that describe how a transformation stretches space.

What is the most common mistake?

Inverting a matrix to solve a system. Elimination or a factorisation is both faster and far more stable numerically; an explicit inverse amplifies rounding error, especially when the matrix is close to singular.

How is Angle Between Two Vectors Calculator different from Distance between two points?

They sit next to each other but answer different questions: Distance between two points is the one to open when you need it to compute the straight-line distance between two points on a plane. Pick whichever matches what you're starting from — both are free.

Is there a tool for the next step?

Angle Bisector Calculator (triangle) is the closest one after this: Enter the three sides or the three vertices and get the length of each internal angle bisector, the incenter, the inradius, and the exact point where every bisector cuts the opposite side. The angle bisector theorem is the heart of it: the bisector splits the opposite side in the ratio of the two adjacent sides. The triangle inequality is checked before anything is computed, and the triangle is drawn with its three bisectors.

What else is worth having open alongside it?

Column Space Calculator (basis of Col(A), rank, pivot columns) and Cramer's Rule Calculator — they come up in the same task often enough to be worth a second tab.

Where do the figures come from?

The decompositions follow their textbook definitions with partial pivoting where it applies. Results are exact for small integer matrices and subject to floating-point rounding otherwise.

Further reading

All guides