poly4root(trio)
poly4root()所属R语言包:trio
Roots of a Fourth Degree Polynomial
第四个学位多项式的根
译者:生物统计家园网 机器人LoveR
描述----------Description----------
While poly4root computes the (real-valued) roots of a polynomial of fourth degree, poly4rootMat can be applied to several polynomials of fourh degree at once by assuming that each row the input matrix contains the coefficients for one of the polynomials.
虽然poly4root计算(实际值)的多项式的根的第四度,poly4rootMat可以应用于若干多项式fourh程度一次假设每一行输入矩阵包含的系数1多项式。
用法----------Usage----------
poly4root(a)
poly4rootMat(amat)
参数----------Arguments----------
参数:a
a numeric vector of length five specifying the coefficients of the polynomial a[1]*x^4 + a[2]*x^3 + a[3]*x^2 + a[4]*x + a[5].
指定一个数值向量的长度为5的系数多项式a[1]*x^4+a[2]*x^3+a[3]*x^2+a[4]*x+ A [5]。
参数:amat
a numeric matrix with five columns in which each row contains the five coefficients of a polynomial of fourth degree.
一个有五列数字矩阵中的每一行包含五个四度的多项式系数。
值----------Value----------
For poly4root, a vector containing the real-valued roots of the polynomial. For poly4rootMat, a matrix with four columns in which each row contains the real-valued roots of the corresponding polynomial. If a polynomial has less than four real-valued roots, the remaining entries in the corresponding row are set to NA.
对于poly4root,一个向量,包含的实值多项式的根。对于poly4rootMat,有四列的矩阵中的每一行包含对应的多项式的实值的根。如果一个多项式有小于四个实值根,被设置为相应的行中的剩余的条目NA。
(作者)----------Author(s)----------
Holger Schwender, <a href="mailto:holger.schwender@udo.edu">holger.schwender@udo.edu</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|