DebAxom / linear-eqn

A program to solve linear equations in 1 variable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A program to solve linear equations in 1 variable.


Languages

Language:JavaScript 69.2%Language:HTML 17.7%Language:CSS 13.1%