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
- Host: GitHub
- URL: https://github.com/omdxp/pythoncomplex
- Owner: omdxp
- License: mit
- Created: 2019-09-10T20:06:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T21:26:26.000Z (over 6 years ago)
- Last Synced: 2025-03-23T16:06:50.693Z (10 months ago)
- Topics: complex-numbers, linear-algebra, mathematics, python-complex, python3
- Language: Python
- Homepage: https://omar-belghaouti.github.io/PythonComplex/
- Size: 67.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.