transpose and ev



-----"Jaime E. Villate" <villate at fe.up.pt> wrote: -----


>
> -- Function: transpose (<M>)
>     Returns the transpose of <M>.
>
>     If <M> is a matrix, the return value is another matrix <N> such
>     that `N[i,j] = M[j,i]'.
>
>     Otherwise <M> is a list, and the return value is a matrix <N> of
>     `length (m)' rows and 1 column, such that `N[i,1] = M[i]'.
>
>Perhaps the sentence "otherwise <M> IS a list" should be changed?
>
>Jaime

I stand corrected. I agree, the sentence "otherwise <M> is a list" should
be changed.