Hello, When multiplying
In [34]: (4 - I*5) * (3 + I*2) I get the answer Out[34]: (3 + 2⋅ⅈ)⋅(4 - 5⋅ⅈ) However, I was expecting something like 22 - 7i To get this answer it required In [35]: simplify((4 - I*5) * (3 + I*2)) Out[35]: 22 - 7⋅ⅈ This is okay but is there a logic, that I am missing, as to why multiplication for this requires 'simplify' when, for example, addition would not? Kind regards, Douglas -- 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/-/rMsF3mc5bYkJ. 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.
