On 5/5/2013 2:48 PM, Nasser M. Abbasi wrote:
>
> -------------------------------
> A:=Matrix(1,3,[[5,6,7]]);
> type(A,'Matrix');
> true
> type(A,'Vector');
> false
> ---------------------------------
>
I put a screen shot here, since it is easier to see,
as in a pic is worth a 1000 words :)
http://12000.org/tmp/050513/mat.png
One can see that both 'look' the same, but one is a
matrix, while the other is a vector.
--Nasser
>
> -------------------------------
> A:=Matrix(1,3,[[5,6,7]]);
> type(A,'Matrix');
> true
> type(A,'Vector');
> false
> ---------------------------------
>
I put a screen shot here, since it is easier to see,
as in a pic is worth a 1000 words :)
http://12000.org/tmp/050513/mat.png
One can see that both 'look' the same, but one is a
matrix, while the other is a vector.
--Nasser