turning 'lists' into matrices...



apply('matrix,map('first,vecs))

On Fri, Sep 7, 2012 at 1:27 PM, Evan Cooch <evan.cooch at gmail.com> wrote:

> a : matrix([1,2,0],[0,3,0],[2,-4,2]);
>
> [vals,vecs] : eigenvectors(a);
>
> print(vecs);
>
> test : funmake('matrix,vecs);
>