Dear Jason,
On Apr 7, 7:34 pm, Jason Grout <[EMAIL PROTECTED]> wrote:
> Thanks for the explanation. The issue came up when I wanted to just do
> M=self.transpose() or M=self, depending on if the user wanted right or
> left action computations (e.g., right vs. left kernels). However, then
> call
Robert Bradshaw wrote:
> On Apr 7, 2008, at 10:07 AM, Jason Grout wrote:
>> In trying to unify the linear algebra syntax, I came across the
>> following behavior:
>>
>>
>> sage: a=matrix(2,range(4))
>> sage: a.nrows()
>> 2
>> sage: a._nrows
>> --
On Apr 7, 2008, at 10:07 AM, Jason Grout wrote:
>
> In trying to unify the linear algebra syntax, I came across the
> following behavior:
>
>
> sage: a=matrix(2,range(4))
> sage: a.nrows()
> 2
> sage: a._nrows
> --
> -
>