Cantor: Difference between revisions

From KDE UserBase Wiki
No edit summary
m (python backend)
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Construction}}
<languages />


{|style="text-align:center" cellpadding="2"
<translate>
| [[Image:cantor.png|48px]]
<!--T:18-->
| '''Cantor is a GUI for fancy computer algebra systems (CAS).'''
{{EduBreadCrumbs}}
</translate>
 
{|class="tablecenter vertical-centered"
|[[Image:Cantor.png|64px]]
|<translate><!--T:1-->
'''Cantor''' is a GUI for fancy computer algebra systems (CAS).</translate>
<translate>
<!--T:2-->
It is part of the [http://edu.kde.org KDE Education Project].
|}
|}


'''Cantor''' is part of the [http://edu.kde.org KDE Education Project].
<!--T:3-->
[[Image:cantor-wellcome.png|500px|thumb|center|''Different backends in action.'']]


[[Image:cantor-wellcome.png|350px|thumb|center|Different backends in action.]]
==Description== <!--T:4-->
 
==Description==


<!--T:5-->
'''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 curently available: '''Sage, Maxima, R''' and '''KAlgebra.'''
<!--T:6-->
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 [[Special:myLanguage/KAlgebra|KAlgebra]].


==Features==
==Features== <!--T:7-->


<!--T:8-->
* Nice Worksheet view for evaluating expressions
* Nice Worksheet view for evaluating expressions
* View of plotting results inside the worksheet or in a separate window
* View of plotting results inside the worksheet or in a separate window
* Easy plugin based structure to add different Backends
* Easy plugin based structure to add different backends
* '''GetHotNewStuff''' integration to upload/download example worksheets
* '''GetHotNewStuff''' integration to upload/download example worksheets
* Typesetting of mathematical formulas using '''LaTeX'''
* Typesetting of mathematical formulas using '''LaTeX'''
* Backend aware syntax highlighting
* Backend aware syntax highlighting
* Plugin based assistant dialogs for common tasks (like integrating a function or entering a matrix)
* Plugin based assistant dialogs for common tasks (like integrating a function or entering a matrix)
==Screenshots== <!--T:9-->
<!--T:10-->
[[Image:Cantor_maxima_plot.png|thumb|400px|center| ''Sample plot using Maxima-backend'']]
<!--T:11-->
[[Image:Cantor_R_plot.png|thumb|400px|center| ''Sample plot using R-backend'']]
[[File:Cantor_Python.png|thumb|400px|center| ''Sample plot using Python-backend'']]
==More Information== <!--T:15-->
<!--T:13-->
* [http://docs.kde.org/?language=en&application=cantor Cantor Handbook]
<!--T:16-->
* [https://edu.kde.org/cantor/ Project webpage]
<!--T:17-->
* [https://en.wikipedia.org/wiki/Cantor_(software) Wikipedia]
<!--T:14-->
[[Category:Education]]
</translate>

Revision as of 15:30, 17 August 2019


Home » Applications » Education » Cantor

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
Sample plot using Python-backend

More Information