Alternatively, if its a small enough matrix, use sage_input() and
copy&paste:
sage: m = random_matrix(ZZ,3)
sage: m
[ 1 -1 -1]
[ 3 0 6]
[41 2 10]
sage: sage_input(m)
matrix(ZZ, [[1, -1, -1], [3, 0, 6], [41, 2, 10]])
On Thursday, April 4, 2013 5:36:10 AM UTC+1, William wrote:
>
> You could save it to /tmp, e.g., something link
>
> save(m, '/tmp/a.sobj') # in one
>
>
> m = load('/tmp/a.sobj') # in the other
>
>
--
You received this message because you are subscribed to the Google Groups
"sage-support" 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/sage-support?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.