Skip to content

Bigyin1/diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Differentiator

Takes derivative of expression by chosen variable. Generates Latex file with step-by-step derivation process.

Usage

Compile with: go build -o diff main.go

Execute ./diff (add --help to check all options) and send expression to it's standard input.

Internal Features

Differentiator uses Directed Acyclic Graph representation for expressions.

Example graph for initial expression x^(x^y * tg(cos(ln(x^x)/x^2))) / (ln(x^x) * x^y) and for it's derivative.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published