Skip to main content

What about dividing a vector by a scalar?

Unfortunately I currently do not know of any method to find the multiplicative inverse of an arbitrary number.

If you want to divide a vector by a constant scalar however, you can simply just use the same method as Multiplying a Vector by a Scalar and use the multiplicative inverse ( 1/x ).