Cantor/zh-cn: Difference between revisions

From KDE UserBase Wiki
(Created page with "它是 [http://edu.kde.org KDE 教育项目] 中的一部分。")
(Updating to match new version of source page)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages />
<languages />


{{EduBreadCrumbs}}
{{EduBreadCrumbs}}
Line 9: Line 8:
它是 [http://edu.kde.org KDE 教育项目] 中的一部分。
它是 [http://edu.kde.org KDE 教育项目] 中的一部分。


[[Image:cantor-wellcome.png|500px|thumb|center|''Different backends in action.'']]
[[Image:cantor-wellcome.png|500px|thumb|center|''执行不同的后端'']]


==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.
'''Cantor''' 是一个在良好的 KDE 集成工作表界面中,使用您最爱的数学程序的应用程序。它提供辅助通常任务的对话框,并允许您分享您的工作表给他人。


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 [[Special:myLanguage/KAlgebra|KAlgebra]].


==Features==
==特性==


* Nice Worksheet view for evaluating expressions
* Nice Worksheet view for evaluating expressions
Line 32: Line 31:




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


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


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


[http://docs.kde.org/development/en/kdeedu/cantor/index.html '''Cantor''' Handbook]
* [https://en.wikipedia.org/wiki/Cantor_(software) Wikipedia]


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

Latest revision as of 08:10, 5 July 2019


Home » Applications » Education » zh-cn

Cantor 是计算机代数系统 (CAS) 的一个华丽的图形用户界面。

它是 KDE 教育项目 中的一部分。

执行不同的后端

描述

Cantor 是一个在良好的 KDE 集成工作表界面中,使用您最爱的数学程序的应用程序。它提供辅助通常任务的对话框,并允许您分享您的工作表给他人。

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

特性

  • 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