Vector Subtraction Calculator

Calculate the difference between two vectors in 2D or 3D space

Vector a

Vector b

Result (a - b):

Understanding Vector Subtraction

Vector subtraction is a fundamental operation in linear algebra and physics. When you subtract one vector from another, you're finding the vector that represents the difference between them.

Vector Subtraction Formula

For two vectors a and b:

2D: a - b = (ax - bx, ay - by)

3D: a - b = (ax - bx, ay - by, az - bz)

Applications