Skip to main content

This package allows us to solve linear equations encoded in json form

Project description

Equation Solver

This package can be used to solve linear equations encode in JSON. Sample format is given below:

{
    "op": "equal",
    "lhs": {
        "op": "add",
        "lhs": 1,
        "rhs": {
            "op": "multiply",
            "lhs": "x",
            "rhs": 10
        }
    },
    "rhs": 21
}

A driver program is included in the package to give an idea how to use the package.

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

equation-solver-abhhii-0.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

equation_solver_abhhii-0.0.1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

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