Menu

Tree [899468] master /
 History

HTTPS access


File Date Author Commit
 bin 2015-03-13 danielome danielome [e11dab] Initial commit
 objs 2015-03-13 danielome danielome [e11dab] Initial commit
 src 2015-03-26 danielome danielome [899468] Fix sign in determinant calcs
 AUTHORS 2015-03-13 danielome danielome [e11dab] Initial commit
 COPYING 2015-03-13 danielome danielome [e11dab] Initial commit
 INSTALL 2015-03-13 danielome danielome [e11dab] Initial commit
 LICENSE 2015-03-13 danielome danielome [e11dab] Initial commit
 Makefile 2015-03-13 danielome danielome [e11dab] Initial commit
 README 2015-03-13 danielome danielome [e11dab] Initial commit
 TODO 2015-03-13 danielome danielome [e11dab] Initial commit

Read Me

Mcalx - matrix calculator
=========================

MCalx is a small and quick C++ calculator for performing
common matrix operations such as addition, subtraction, 
multiplication and others.

Features
--------
    o Compute addition, subtraction and multiplication
    o Compute inverse, transpose and adjunct of a matrix
    o Compute matrix - escalar multiplication
    o Compute power of matrix
    o Compute Gauss-Jordan elimination, determinant and rank
    o Copy results to clipboard (CSV format)
    o Include a mini calculator
    o Support for integer and floating point numbers,

Requirements
------------
MCalx uses FLTK (>=1.3.1) which can be obtained as a package
on most distributions or from http://www.fltk.org and was
compiled with g++ (>=4.7)

Installation
------------
Just type:
$ make
and see inside ./bin directory
(beta version Makefile has not "install" option)

Feedback
--------
Comments, suggestions, bugs reports, new features, etc, send them
to my email:
danielome@users.sourceforge.net