Skip to main content

An advanced symbolic calculator and maths interpreter

Project description

Equator

A maths interpreter built in Python using SymPy

Pytest

Features:

  • Solve simultaneous equations
  • Simplify expressions
  • It can do maths faster than you

Installation

Equator can be installed from PyPi. Run the command

pip3 install equatorpy

Usage:

Start-up:

Equator can be run directly through the Python module. Run the command

python3 -m equator

Alternatively, Equator can be invoked directly using the command

equator

The program has been tested on Windows and Linux (Ubuntu), but not MacOS. It might work, but it might not.

  • If no arguments are provided, the program launches into a full interpreter, built using the Curses library.
  • If it is started with the argument json, then its output will be in a JSON format, where each line of input is treated as one set of equations and expressions. Each input will have one line of respective output, in JSON format.
  • If it is started with the argument ev, then it will run a quick evaluation on the following argument. For example equator ev "1 + 1" would print 2.

Syntax:

  • Order of operations is respected (including brackets)
  • Use standard mathematical syntax (+, -, *, /, ^, =, etc)
  • Functional notation is used for unary operators:
    • |A| should be written as abs(A)
  • Equations or expressions are separated by semicolons

Development

When working with Equator, it is recommended to work with a virtual environment.

After git cloneing the repository, set up a virtual environment using these instructions, then install the required dependencies using the command

pip3 install -r requirements.txt

or if you're on Windows

pip install -r requirements_windows.txt

You should then be able to debug or develop the interpreter normally.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

equatorpy-1.2.1.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

equatorpy-1.2.1-py3-none-any.whl (40.3 kB view details)

Uploaded Python 3

File details

Details for the file equatorpy-1.2.1.tar.gz.

File metadata

  • Download URL: equatorpy-1.2.1.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for equatorpy-1.2.1.tar.gz
Algorithm Hash digest
SHA256 eb7afdd1aae711b5c78573d71ecf26885cc666ff0479e9553efb8f9fd9ef2295
MD5 2f5327e890bfe583a41c26e3795e810c
BLAKE2b-256 a1e90ff211bfd586eb051a6a922ebcd59a2e53c2e26ec597783cc5a090d5647c

See more details on using hashes here.

File details

Details for the file equatorpy-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: equatorpy-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 40.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for equatorpy-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 09f70ead7c17bc34a6f57922b6ae401098e7be1716a7995c78b546a2f9756290
MD5 d8c5732e9bfd6e72e58a6e25a2e5f196
BLAKE2b-256 4fc04d9537f98f9d30b15254c02d528085c28394aa3d7b9e5c362f838f589764

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page