Welcome! You have found the homepage of the Fall 2024 manifestation of Math 218.
We can plot a vector with the syntax v.plot()
.
By default, our vector emanates from the origin. We can specify a different
tail with the syntax v.plot(start=(new tail))
.
We can also plot multiple vectors together by adding plots.
The length and normalization of a vector are given by the
syntax v.norm()
and v.normalized()
.
The inner product of two vectors is given by v * w
.