Heidi wrote:
> Is there a way to construct a large block matrix in SAGE? For instance,
> I would like to define the submatrices and then list them in the order
> that they repeat in the large matrix.  I hear that it is possible in
> MAPLE (which I do not have).   Thank you.
>   

Can you combine augment, stack, and block_sum (which are all in the
matrix/matrix_generic.pyx file) to get what you want?. These commands
don't seem to be in the
reference manual but the pyx file has docstrings with several examples.

>
> >
>   


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-forum
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to