complex calculations

J

juliadesi

hi!

i need to do some calculations using complex numbers but when i try i
always get #VALUE.

an example of what i'm trying to do:

in cell C4: 0,41252365423753+4,8265267545791E-003i


the calculation: 1/C4


can excel not do these calculations? if not, could you please suggest
another appropriate programm with which i could do these calculations
(as the actual calculations are more complex than the example and i
need to repeat them over 300 times, please don't suggest using a
calculator)

cheers :)
 
D

Dana DeLouis

Hi. I'm using the US version of Excel (ie. decimal point vs comma)
If A1 has the text string:
0.41252365423753+4.8265267545791E-003i

Then the formula is:
=IMDIV(1,A1)

Returns the correct answer: 2.423-2.835E-002i

Excel treats complex numbers as strings, so math operations involve using
special functions.
 
J

juliadesi

finally i found the problem: i kept doing exactly as the help file tol
me to do, however, my version did not accept this, for the IMDI
function, for example, it told me to put a comma, but i have to put
semi-colon. stupid microsoft
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top