On 04/28/2014 09:57 PM, Waldek Hebisch wrote:
> someone wrote:
>>
>>> Assuming it works OK I am going to
>>> include it in the release.
>>
>> I updated the code to work on top of current Fricas.
>>
>> https://github.com/raoulb/fricas/commits/twodimarraydoc
>>
> 
> I have some doubts about handling empty segments.

Why?

We have the empty matrix already.

(3) -> m := matrix([]$List(List(Integer)))

   (3)
                                                        Type:
Matrix(Integer)
(4) -> m+m

   (4)
                                                        Type:
Matrix(Integer)
(5) -> n := matrix([[],[],[]]$List(List(Integer)))

       ++
       ||
   (5) ||
       ||
       ++
                                                        Type:
Matrix(Integer)

Not that I think that is useful, but there is no clash to the current code.

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to