complex Numeric arrays

  • Thread starter Christian Kristukat
  • Start date
C

Christian Kristukat

Hi,

how can I evaluate a expression like the following:
1/(a + jb) where j is the imaginary unit and a and b are Numeric real
float arrays. I don't want to have to split up the expression in real
and imaginary parts.

Thanks, Christain
 
C

Christian Kristukat

Christian said:
how can I evaluate a expression like the following:
1/(a + jb) where j is the imaginary unit and a and b are Numeric real
float arrays. I don't want to have to split up the expression in real
and imaginary parts.

I just found it out by myself:

1/(a+b*1j)

ck
 

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

Members online

Forum statistics

Threads
474,171
Messages
2,570,936
Members
47,472
Latest member
KarissaBor

Latest Threads

Top