Skip to content

A program to solve linear equations in 1 variable.

Notifications You must be signed in to change notification settings

DebAxom/linear-eqn

Repository files navigation

Linear-Equation Solver

This program can solve linear equations in 1 variable.

Website link:

Linear-Equation-Solver

Command Line tool:

To use the command line tool using Deno , type:

deno run https://debaxom.github.io/linear-eqn/command-line-tool/main.js

Note:

For multiplication, use '*' instead of 'x'
For division, use '/' instead of '%'
Use variable 'x' only (lowercase). This is just a prototype.
It can't solve critical problems.
It can solve only linear equations in 1 variable.
Using brackets can break the program. Don't type something like: 2(x+3)=0
Sample Problem: 2x+3=0