What does this number "3.3882e+004 -1.9521e+001i" means in Matlab?
Asked
Active
Viewed 1.1k times
-3
1 Answers
5
That is a complex number with 3.3882e+004 real part and -1.9521e+001 imaginary part.
More about complex numbers: Complex number

Igor Chubin
- 61,765
- 13
- 122
- 144
-
1and 3.3882e+004 is another way to write 33,882 (the other number is -19.521i) – Thilo Jun 19 '12 at 08:43
-
1@Thilo: Yes, thank you! *Scientific notation* so to say (more on it: http://en.wikipedia.org/wiki/Scientific_notation ) – Igor Chubin Jun 19 '12 at 08:49
-
@Thilo:is there any way to get out such numbers and see more understandable ones? – cyo Jun 19 '12 at 09:10
-
1Yes, there is! See: http://www.mathworks.com/help/techdoc/ref/format.html But scientific notation is no so bad. You just need to get used to it. – Igor Chubin Jun 19 '12 at 10:07