On Apr 5, 5:11 pm, Alec Mihailovs <[email protected]> wrote: > html.table([r]+[map(lambda j: k^j, r) for k in u], header=True)
Or even more simple, html.table([r]+[[k^j for j in r] for k in u],header=True) Alec -- 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 To unsubscribe, reply using "remove me" as the subject.
