Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

executable file
·
16 lines (11 loc) · 590 Bytes

qtMaxima

qtMaxima is an interface for the computer algebra system Maxima. It provides interactive dialogue with maxima and optional formula rendering (powered by https://www.mathjax.org/ ).

Dependencies

Qt5 & c++14 compiler

Also you need Maxima been installed.

On Windows move compiled stuff and resources into folder with maxima.exe. And there Setup.exe for you system in bin directory. Choose path with maxima.exe.

Compilation

qmake && make

Disclaimer

As for now, it's a lab-project. If you want to contribute -- feel free to contact me or fork this project.