/AutoMat

Computer Algebra System

Primary LanguageC++GNU General Public License v3.0GPL-3.0

AutoMat

Simple Computer Algebra System C++ library for learning purposes.

Design objectives

  • All classes and functions in header files (no precompiled library and no external dependencies)
  • The code can be understanded easly
  • C++11 standard
  • Works on Windows and Linux
  • Easy to use

Features

  • Arbitrary precision integers (Bignum) [da completare]
  • Rational numbers (Ratio<>) [da completare]
  • Matrix manipulations (Matrix<>) [da completare e migliorare]