Ryacas-package(Ryacas)
Ryacas-package()所属R语言包:Ryacas
R interface to yacas computer algebra package
R的界面到与yacas计算机代数包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Ryacas allows one to use the yacas computer algebra package entirely from within R. It takes an R expression, an R one line function or a yacas string and returns an R expression or a variety of other formats. It can be used for symbolic mathematics, exact arithmetic, ASCII pretty printing and R to TeX conversions. The main command is yacas and ?yacas provides some information on installation and startup.
Ryacas允许一个使用与yacas的计算机代数包完全从R. R表达的R一行功能或与yacas的字符串并返回R的表达或多种其他格式。它可以用来象征性的数学运算准确,ASCII漂亮的印刷和R对TeX的转换。主命令是yacas和?yacas提供了一些信息上的安装和启动。
Details
详细信息----------Details----------
The following are sources of information on "Ryacas":
以下是来源的信息"Ryacas":
</table>
</ TABLE>
注意----------Note----------
There is a note in the help file of the yacas command
有一个注意在帮助文件中的与yacas命令
实例----------Examples----------
## Not run: [#不运行:]
print(yacas(expression(integrate(1/x, x))))
print(yacas("Integrate(x)1/x"))
x <- Sym("x"); Integrate(1/x, x)
acos(Sym("1/2"))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|