The MATH
--------
MATH is an application for solving mathematical equations
with numerical methods. It is primarily useful for technical
and scientifical purposes.
It includes 2D plotting Dialog window with exporting options
and much more. Exported could be all output data in most
common formats.
MATH is hosted at http://sourceforge.net/projects/nummath/
Compilation for Win32 with Qt
-----------------------------
MATH supports only mingw compiler. In order to compile MATH
from makefiles, open prompt and move to MATH directory and type:
qmake math.pro
C:\QtSDK\mingw\bin\mingw32-make.exe -fMakefile.Release for release version
C:\QtSDK\mingw\bin\mingw32-make.exe -fMakefile.Debug for debug version
where C:\QtSDK\mingw\bin\mingw32-make is directory to your mingw compiler
if you have installed QtSDK, if not, than change the direction.
If you open Qt command prompt just move to the MATH directory and type:
qmake math.pro
mingw32-make.exe -fMakefile.Release for release version
mingw32-make.exe -fMakefile.Debug for debug version
Installation
------------
Math_x.x.x.rar
Simply download the .rar and extract it to any directory in your computer.
Math_x.x.x.exe
Download and run .exe file. Choose desired installation directory and proceed with installation steps.
Math_x.x.x.msi
Download and run .msi file. Choose desired installation directory and proceed with installation steps.
For further information on how to install and use MATH read MANUAL (MATH_1.2_ENG.pdf)
Copyright
---------
MATH application
Copyright (C) 2014 Henrich Glaser - Opitz
MATH is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
For more information and bug report contact on: h.glaseropitz@gmail.com