> Since matrices are now part of some high school curricula, I urge that they
> be treated appropriately in Numpy. Further, I suggest that consideration be
> given to establishing V and VT sub-classes, to cover vectors and transposed
> vectors.
The numpy devs don't really have the interest or the skills to create
a great library for pedagogical use in high schools. If you're
interested in an interface like this, then I'd suggest creating a new
package focused specifically on that (which might use numpy
internally). There's really no advantage in glomming this into numpy
proper.