The Best 23 SymbolicC++ Alternatives
SymbolicC++ uses C++ and object-oriented programming to develop a computer algebra system. Object-oriented programming is an approach to software design that is based on...
symbolicc++ uses c++ and objectoriented programming to develop a computer algebra system. objectoriented programming is an approach to software design that is based on classes rather than procedures. this approach maximizes modularity and information hiding. objectoriented design provides many advantages. for example, it combines both the data and the functions that operate on that data into a single unit. such a unit (abstract data type) is called a class.
we use c++ as our objectoriented programming language for the following reasons: c++ allows the introduction of abstract data types. thus we can introduce the data types used in the computer algebra system as abstract data types. the language c++ supports the central concepts of objectoriented programming: encapsulation, inheritance, polymorphism (including dynamic binding) and operator overloading. it has good support for dynamic memory management and supports both, procedural and objectoriented programming. a less abstract form of polymorphism is provided via template support. we overload the operators
Productivity Education and Reference
programming-language computer-algebra computer-algebra-system