The simplified form is cached, so you can use this to fool it into thinking it's already simplified.
sage: f = q + 1 + q sage: f._simp = f sage: f q + 1 + q - Robert On Jan 15, 2009, at 6:23 AM, Hinnerk wrote: > > Hello, > > I'm trying to plot a quite complex formular. Since the plot does look > unexpected I've probably made some error in translating it from > printed form to python. > > Now I'm looking at the output of show(f(x)) trying to find my typo. > Unfortunately the displayed formular may be mathematically equal but > has otherwise basically nothing in common with the one I typed. > > How do I disable simplify() for show() without stunts like redefining > _repr_()? > > > With kind regards, > Hinnerk > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---