matrix multiplication



"Ryan Krauss" <ryanlists at gmail.com> writes:

> Update: this code works until I load the vect package:

The documentation says:
   Warning: the `vect' package declares the dot operator `.' to be a
   commutative operator.
so `.' will be the dot product, I suppose (although I'm not sure why
it doesn't just say that).
So how does one multiply matrices once the vect package is loaded?

Jay