Skip to content

radiobenzene/LinearEquations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

LinearEquations

A program to solve linear equations written in Lisp. The function (LinearEquation) is the main function which uses other functions to solve any given linear equation string An example of the program input string:

(LinearEquation '(3 Y + 12 Y - 6 = 9))

The output should be:

Y = 1

About

A program to solve linear equations written in Lisp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors