In SymPy 0.7.6.1 I'm getting:

Python 3.5.1 |Continuum Analytics, Inc.| (default, Dec  7 2015, 11:16:01)
Type "copyright", "credits" or "license" for more information.

IPython 4.0.1 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: from sympy import *

In [2]: from sympy.abc import x

In [3]: Eq(x+1, 4)
Out[3]: x + 1 == 4

Which is correct. What versions of SymPy are you using?


Jason
moorepants.info
+01 530-601-9791

On Thu, Dec 31, 2015 at 3:26 AM, Rahul Padhy <[email protected]> wrote:

> I was going through the Sympy tutorial... Its given that Eq(x + 1, 4)
> gives the symbolic output as :
>
>          x + 1 == 4
>
> But when I run the given code snippet in my terminal or in the Sympy Live
> Shell, it gives me the output as :
>
>         x + 1 = 4
>
> Is this just a typo or a genuine error ?
>
> --
> 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/be634e6b-5904-4d65-a454-d28e99aa0aa6%40googlegroups.com
> <https://groups.google.com/d/msgid/sympy/be634e6b-5904-4d65-a454-d28e99aa0aa6%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAP7f1Aio_NG%3DAjccdhDCJMRadqHHbNq%2BMQ_RGzhmPaBswjSqSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to