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
  • 3,358
  • 3
  • 25
  • 36
Consideration
  • 182
  • 1
  • 1
  • 12

0 Answers0