On Thursday, 18 June 2015 17:59:54 UTC+2, brombo wrote: > > > I added - > > Matrix.__repr__ = lambda self: GaLatexPrinter().doprint(self) > > but it made no difference in the output. > > With the information you provided, I can only try a guess.
Have you checked if *__repr__* gets overwritten by *__new__* in either *Basic* or *Expr*? SymPy's printer code is usually defined in the printing system files, not in the classes themselves. -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/0efc420b-668a-4af4-a82f-c0b41237a423%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
