SymbolicC++

 6 likes

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 classes rather than procedures. This approach maximizes modularity and information hiding.

License model

  • FreeOpen Source

Application type

Platforms

  • Windows
  • Linux
  No rating
6likes
0comments
0news articles

Features

Suggest and vote on features
  1.  CAS

 Tags

  • computer-algebra

SymbolicC++ News & Activities

Highlights All activities

Recent activities

No activities found.

SymbolicC++ information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    25 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about SymbolicC++, and it has gotten 6 likes

SymbolicC++ was added to AlternativeTo by espinozahg on May 16, 2014 and this page was last updated Nov 27, 2014.
No comments or reviews, maybe you want to be first?
Post comment/review

What is SymbolicC++?

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 classes rather than procedures. This approach maximizes modularity and information hiding. Object-oriented 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 object-oriented 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 object-oriented programming: encapsulation, inheritance, polymorphism (including dynamic binding) and operator overloading. It has good support for dynamic memory management and supports both, procedural and object-oriented programming. A less abstract form of polymorphism is provided via template support. We overload the operators