Am Donnerstag, 23. April 2015 02:03:20 UTC+2 schrieb Nils Bruin: > > [...] > If you just start browsing the methods on sage object you can quickly make > it to dark and forgotten corners... >
One of my favorite examples is ``numerical approximation'' of permutation group elements ... sage: x = SymmetricGroup(5).random_element() sage: 'numerical_approx' in dir(x) True ... and this is not the only method offered for x which doesn't make any sense at all. -- Peter Mueller -- 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. For more options, visit https://groups.google.com/d/optout.
