Skip to content

JSaenz4/SolveEquation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Jesse Saenz
Fall 2012
Novak CS 429

example usage: 1. Compile Cons.java 2. java Cons

Cons findpath(Object item, Object cave) - finds object item in tree cave and returns path to it
Object follow(Cons path, object cave) - follows it
Object solve(Cons e, String v) - Solves e for v
Does so as well with bindings
Double solveit(Cons equations, String var, Cons values) - solves equations with values plugged in

About

Solves equations and does other work with Cons and trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages