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

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.

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.