python-numpyHow to define complex number
Usage example
z = 3+4j
print(z)
output
(3+4j)
Related
More of Python Numpy
- How to use Numpy bincount to find value occurrences
- How to save multiple arrays to file
- How to load multiple arrays from npz file
- How to get real part from complex number
- How to sort Numpy array by column
- Numpy histogram example
- How to join 2 Numpy arrays
- How to flatten multi-dimensional Numpy array
- Generate random array with normal distribution
- Create Numpy vertical vector
See more codes...