0

I want to represent a complex number / an array of complex numbers as c = a + bj, where a and b are two variables. I know I can do c = a + b*(1j) or c = complex(a, b). But if a and b are arrays, then c = complex(a, b) won't work. Is c = a + b*(1j) the best way?

user202729
  • 2,782
  • 3
  • 19
  • 30
Consideration
  • 113
  • 1
  • 9

0 Answers0