Sym(rSymPy)
Sym()所属R语言包:rSymPy
sympy variables
sympy变量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create and manipulate sympy variables.
创建和操纵sympy的变量。
用法----------Usage----------
Sym(..., retclass = c("Sym", "character"))
参数----------Arguments----------
参数:...
Variable name as a string by which sympy should identify this varible
变量名作为一个字符串,其中sympy应确定输出变
参数:retclass
Class of object to be returned.
要返回类的对象。
Details
详细信息----------Details----------
An object of class "Sym" is internally a sympy character string. One can combine such objects using the Math and Ops R operators (see help(Math) and help(Ops) for a list). Also the following are supported: as.character.Sym, as.expression.Sym, Ops.Sym, Math.Sym, print.Sym, deriv.Sym, Limit, Var.Sym, solve.Sym, Integrate, t.Sym, List, Matrix, Var, Zero, Zeros and Eye.
对象的类"Sym"是内部sympy的字符串。我们可以结合这些对象,利用数学和行动ŕ运营商(见说明(数学)和帮助(行动)的列表)。此外,以下是支持的:as.character.Sym,as.expression.Sym,Ops.Sym,Math.Sym,print.Sym,deriv.Sym,Limit,Var.Sym,solve.Sym,Integrate,t.Sym,List,Matrix,Var,Zero,Zeros 和Eye。
值----------Value----------
As in retclass.
至于在retclass。
参见----------See Also----------
sympy
sympy
实例----------Examples----------
## Not run: [#不运行:]
x <- Var("x")
x+x
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|