Ask Your Question

Revision history [back]

The multiplication should e explicited with a *, and $pi$ is denoted by pi:

sage: (3*e+2*i)*(-3+pi*i)
(I*pi - 3)*(3*e + 2*I)

The multiplication should e be explicited with a *, and $pi$ is denoted by pi:

sage: (3*e+2*i)*(-3+pi*i)
(I*pi - 3)*(3*e + 2*I)

The multiplication should be explicited with a *, and $pi$ is denoted by pi:

sage: (3*e+2*i)*(-3+pi*i)
(3*e+2*I)*(-3+pi*i)
(I*pi - 3)*(3*e + 2*I)

The multiplication should be explicited with a *, and $pi$ is denoted by pi:

sage: (3*e+2*I)*(-3+pi*i)
(3*e+2*I)*(-3+pi*I)
(I*pi - 3)*(3*e + 2*I)

The multiplication should be explicited with a *, and $pi$ $\pi$ is denoted by pi:

sage: (3*e+2*I)*(-3+pi*I)
(I*pi - 3)*(3*e + 2*I)