Tagged Questions
3
votes
3answers
128 views
How to extract phase angle from sinusoid
I'm doing some electric circuit calcualtions and I'm trying to get the phasor representation of some arbitrary function of Sin or Cos. Could be complex like:
...
8
votes
3answers
334 views
How can I convert a complex number a+b I to the exponent form A Exp(I phi)?
When I have an expression such as:
(1/4 + I/4) ((1 - 2 I) x + Sqrt[3] y)
it is hard to get an intuition of the number.
So I want to convert it to the complex ...
2
votes
2answers
304 views
Eigensystem, Eigenvalue doesn't output nonreal eigenvalues
Basically I have a matrix and when I used either Eigenvalue or Eigensystem, it doesn't output nonreal eigenvalues, instead it ...
26
votes
6answers
2k views
Finding real roots of negative numbers (for example, $\sqrt[3]{-8}$)
Say I want to quickly calculate $\sqrt[3]{-8}$, to which the most obvious solution is $-2$.
When I input $\sqrt[3]{-8}$ or Power[-8, 3^-1], Mathematica gives the ...