Cantor/zh-cn: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages />
<languages />


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


现在支持四个后端:[http://www.sagemath.org Sage][http://maxima.sf.net Maxima][http://www.r-project.org R] [[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]].


==特性==
==特性==
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/?language=en&application=cantor 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