My post didn't appear as I intended.  I'll try to make the issue clearer:  
Executing (x + 1)**2 at the SymPy Live prompt results in output that looks 
as if LaTeX code 
$(x + 1^2)$ were rendered rather than $(x + 1)^2$ .  Yet SymPy is in fact 
outputting the latter.


On Wednesday, May 22, 2019 at 2:34:48 PM UTC-5, GG1950 wrote:
>
> I'm a newbie working my way through the tutorial for SymPy (
> https://docs.sympy.org/latest/gotchas.html).  I'd like to report the 
> following issue, but I don't know where to do so.
>
> When I run code blocks in SymPy Live, the output doesn't display 
> correctly, notably when exponents and parenthesized expressions are 
> involved.  A simple example is 
>
> >>> (x + 1)**2
>> (x+1)2
>>
>  
> The above, which was cut and pasted from the SymPy Live half of the 
> browser (Google Chrome) window, appears correctly.  But in the SymPy Live 
> half of the browser 
> window, the exponent 2 appears as if it belongs to the 1 rather than to 
> the parenthesized quantity.  What I see is similar to what the LaTeX code
>
> $(x + 1^2)$
>
>
> (x+1)2
> should produce when rendered.  It appears that this is some sort of 
> spacing display issue, not a problem with SymPy itself.
>

-- 
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 https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/7545c0c0-d023-4466-ac40-b24c8394010a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to