Menu

Tree [d90885] master /
 History

HTTPS access


File Date Author Commit
 build 2015-03-17 Cyril Collineau Cyril Collineau [03b379] Using external file to store rules
 src 2015-03-17 cyril collineau cyril collineau [d90885] Code cleaning
 README.md 2015-03-17 cyril collineau cyril collineau [d90885] Code cleaning

Read Me

Introduction

LightCAS is a minimal "Computer Algebra System". It is written in C++ and only uses stdlib.

Features

LightCAS can:

  • Simplify symbolic expressions
  • Solve systems with symbolic expressions
  • Computes derivatives
  • Computes Taylor series
  • Evaluate expressions

Version

  • Current version is alpha

Compile LightCAS

  • Visual Studio: open the solution file '*.sln' located into the build directory
  • gcc: use the Makefile located into the build directory