Is it possible to extract the diagonal elements of a matrix into a vector??
Is it possible to extract the diagonal elements of a matrix into a vector USING ONLY MATRIX MULTIPLICATION? So no element by element multiplication, and no diag commands.
(This will eventually be implemented in...