python-numpyHow to define complex number
Usage example
z = 3+4j
print(z)
output
(3+4j)
Related
More of Python Numpy
- How to get last column from Numpy array
- How to generate empty Numpy matrix
- Numpy histogram example
- How to load multiple arrays from npz file
- Save Numpy array to image
- Import image data to Numpy array
- How to load Numpy matrix from text file
- How to save multiple arrays to file
- How to create Numpy matrix
- How to save Numpy array to CSV
See more codes...