Skip to content

ArbelTepper/BIU-OOP-Expression_HW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expression_HW

OOP homework assignment 4 - Mathematical Expressions, Automatic Differentiation and Algebraic Simplification

In this assignment I delve instead into the magical world of mathematics. I will implement a system that can represent nested mathematical expressions that include variables, evaluate their values for specific variable assignments, differentiate them, and simplify the results.

In doing so we I work in a recursive framework, see some more examples of polymorphism, and practice the use of inheritance and class hierarchies for sharing of common code.

More information about the project can be found here: https://github.com/ariecattan/biuoop2023/wiki/Assignment-4

About

OOP homework assignment 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages