Thanks Alan and Aaron, I will go through galgebra and latex options carefully to get nicer looking output. Thanks again for the suggestions.
Best wishes, Rajeev On Wed, 9 Feb 2022, 5:53 a.m. Aaron Meurer, <[email protected]> wrote: > The min and max parameters to latex() control when a float is printed > in scientific format. The sstr printer also has the same options, but > it looks like the pretty printer does not (it should not be hard to > add them, though). > > Aaron Meurer > > On Mon, Feb 7, 2022 at 3:55 AM Rajeev Singh <[email protected]> wrote: > > > > Dear group, > > > > What would be the best way to get numbers in the form 10^{...} while > > using pretty print or latex? The following hack works - > > > > ten = symbols("10", positive=True) > > eps, mu = 4*pi*ten**(-11), ten**(-5) > > > > but is messing up pretty print when used with sympy.vector objects. > > Couldn't find anything on this in the mail archives. > > > > Best wishes, > > Rajeev > > > > -- > > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAABz-z-jD3GPB3jw0q%3D4xuG0VCmcw4NO8154H3CRYJz4Ws2Tpw%40mail.gmail.com > . > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAKgW%3D6LVuxsPwieY1y_%3D4ymQcZ%2B4fYN6vqrWCQGNsfB%3Duk9_4w%40mail.gmail.com > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAABz-z8hNf_F8zhX1WoL05AQwBRSNbbm28NzbXFSMpr%2BVT1AJw%40mail.gmail.com.
