Skip to content

This repo contains a calculus tree featuring preprocessing, generation, differentiation with respect to a variable, calculate the gradient, curl, divergence, and Laplacian, and evaluate the expression at certain values of its variables also methods to save and load expressions from a file.

Notifications You must be signed in to change notification settings

Andrew20371160/calculus_tree

Repository files navigation

calculus-tree

1-the expression tree is in binray_calculus_tree directory

2-the other file was an attempt to build an expresssion tree using a general tree. turns out the expression tree must be binray even in the general tree file after examining it builds a binary tree at the end but less efficient and more complicated one. :)

About

This repo contains a calculus tree featuring preprocessing, generation, differentiation with respect to a variable, calculate the gradient, curl, divergence, and Laplacian, and evaluate the expression at certain values of its variables also methods to save and load expressions from a file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages