https://github.com/talhaahussain/interactive-argand-diagram
A Python program to plot and compute various forms of inputted complex numbers on an Argand diagram.
https://github.com/talhaahussain/interactive-argand-diagram
argand complex-numbers
Last synced: 6 months ago
JSON representation
A Python program to plot and compute various forms of inputted complex numbers on an Argand diagram.
- Host: GitHub
- URL: https://github.com/talhaahussain/interactive-argand-diagram
- Owner: talhaahussain
- License: mit
- Created: 2024-05-24T22:38:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-26T17:27:59.000Z (over 1 year ago)
- Last Synced: 2025-03-27T05:03:54.740Z (6 months ago)
- Topics: argand, complex-numbers
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# interactive-Argand-diagram
A Python program to plot and compute various forms of inputted complex numbers in the complex plane (also known as the Argand plane or Gauss plane). Legacy project - developed from 09/05/2020.
### Prerequisites
Requires Pygame, which can be installed with pip, the package installer for Python.
```
pip install pygame
```### Usage
To run, please use:
```
python argand.py
```### Footnotes
Not actively maintained.