On 3 Jun., 10:08, Ingo <[email protected]> wrote: > I often use very large matrices with floating point numbers but find > it very hard to see whats going on because by default both print and > pprint display all numbers to ten decimals. > I was wondering if there was any way to limit the display to three or > four significant figures? > I've spent days searching the but haven't found anything.
Have a look at nstr() from mpmath (works with mpmath matrices only). Vinzent -- You received this message because you are subscribed to the Google Groups "sympy" group. 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/sympy?hl=en.
