how do I enter (3e+2i)(−3+πi)?
every time I enter I to represent i, it comes as an invalid syntax? pls help :)
every time I enter I to represent i, it comes as an invalid syntax? pls help :)
The multiplication should 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)
Asked: 2019-09-01 17:10:09 -0600
Seen: 56 times
Last updated: Sep 02 '19
Why is diff(conjugate(x),x) unevaluated?
Is there any way to define an as-yet-unknown function?
how do I enter (3e+2i)(−3+πi)? [closed]
How are symbolic derivatives composed in quaternions?
Importing Sage functions into Cython?
Is it better practice to show SAGE code on a web use of SAGE?
solution to homogeneous system of linear equations with coefficients over field $\mathbb{F}_2$