An open API service indexing awesome lists of open source software.

https://github.com/omdxp/pythoncomplex

A package for different operations on complex numbers
https://github.com/omdxp/pythoncomplex

complex-numbers linear-algebra mathematics python-complex python3

Last synced: 9 months ago
JSON representation

A package for different operations on complex numbers

Awesome Lists containing this project

README

          

# 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](https://pypi.org/project/cmpx/) to install cmpx.

```bash
pip install cmpx
```

## Tutorial
You can follow this [tutorial](https://github.com/Omar-Belghaouti/PythonComplex/blob/master/cmpx%20tutorial.ipynb) 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.