Hi everybody,
I ran the following code with sympy:
x = Symbol('x')
y = Symbol('y')
z = Symbol('z')
z = x = I*y
solve (z**3 - z**2 - z - 1, z)
But I got the TypeError: "expected Symbol, Function, Power or Derivative
but got <class 'sympy.core.add.Add'>."
What is the problem?
Thank you all!
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sympy/-/LP2r4k9lenwJ.
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.