finally getting somewhere
now get this output

[1, 0, 0, 0, 0, 0, 0, 0, 0]
[1, 0]
[0, 0]
[0, 0]
[0, 0]
[0, 0]
[0, 0]
[0, 0]
[0, 0]
[0, 0]
[t, 0, t, 0, 2*t, 0, 3*t, 0, 0]
[0, 1]
[0, 0]
[0, 1]
[0, 0]
[0, 2]
[0, 0]
[0, 3]
[0, 0]
[0, 0]

this is very close all i want to do is now join each collection of lists
together
so get outputs
[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
and
[0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0]
thoughts?

-- 
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-support
URL: http://www.sagemath.org

Reply via email to