A package for different operations on complex numbers


Keywords
Complex, ComplexOperations, ComplexNumbers, complex-numbers, linear-algebra, mathematics, python-complex, python3
License
MIT
Install
pip install cmpx==0.7.6

Documentation

PythonComplex

A package for different operations on complex numbers.

More details

  • This package is essentially for mathematical operations on complex numbers.
  • It is very easy and intuitif to use, as any mathematician would expect.
  • There is more to come on this class.

Installation

Use the package manager pip to install cmpx.

pip install cmpx

Tutorial

You can follow this tutorial to learn more about this package.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.