Cantor/en: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
 
(Importing a new version from external source)
Line 16: Line 16:
'''Cantor''' is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others.
'''Cantor''' is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others.


Four backends are currently available: [http://www.sagemath.org Sage], [http://maxima.sf.net Maxima], [http://www.r-project.org R] and [[KAlgebra|KAlgebra]].
Eleven backends are currently available: [https://julialang.org/ Julia], [https://www.lua.org/ Lua], [http://maxima.sourceforge.net/ Maxima], [https://www.gnu.org/software/octave/ GNU Octave], python2, python, [http://qalculate.github.io/ Qalculate], [http://www.sagemath.org Sage], [https://www.scilab.org/ Scilab], [https://www.r-project.org R] and [[KAlgebra|KAlgebra]].


==Features==
==Features==
Line 33: Line 33:




[[Image:Cantor_R_plot.png|thumb|400px|center| ''Sample plot using R-backend'']]


[[Image:Cantor_R_plot.png|thumb|400px|center| ''Sample plot using R-backend'']]
==More Information==
 
* [http://docs.kde.org/?language=en&application=cantor Cantor Handbook]


==Documentation==
* [https://edu.kde.org/cantor/ Project webpage]


[http://docs.kde.org/?language=en&application=cantor Cantor Handbook]
* [https://en.wikipedia.org/wiki/Cantor_(software) Wikipedia]


[[Category:Education]]
[[Category:Education]]

Revision as of 20:10, 26 January 2019


Home » Applications » Education » en

Cantor is a GUI for fancy computer algebra systems (CAS).

It is part of the KDE Education Project.

Different backends in action.

Description

Cantor is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others.

Eleven backends are currently available: Julia, Lua, Maxima, GNU Octave, python2, python, Qalculate, Sage, Scilab, R and KAlgebra.

Features

  • Nice Worksheet view for evaluating expressions
  • View of plotting results inside the worksheet or in a separate window
  • Easy plugin based structure to add different backends
  • GetHotNewStuff integration to upload/download example worksheets
  • Typesetting of mathematical formulas using LaTeX
  • Backend aware syntax highlighting
  • Plugin based assistant dialogs for common tasks (like integrating a function or entering a matrix)

Screenshots

Sample plot using Maxima-backend


Sample plot using R-backend

More Information