matlab2014a中help与参考页翻译 roots

来源:互联网 发布:开源的cms 编辑:程序博客网 时间:2024/06/08 16:16
镇场诗:慈心积善融学习,技术誓为大家学。善心速造多好事,前人栽树后乘凉。我今于此写经验,愿见文者得启发。
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

roots - Polynomial roots
roots- 多项式的根
This MATLAB function returns a column vector whose elements are the roots of the polynomial c.
这个MATLAB函数返回一个列向量,这个列向量的基本元素是由多项式C的根。
    
r = roots(c)

roots参考页
syntax 语法规则
r=roots(c)
description 描述
r=roots(c) returns a column vector whose elements are the roots of the polynomial c.
返回一个列向量,列向量的基本元素是由多项式C的根。


Row vector c contains the coefficients of a polynomial, ordered in descending powers. If c has n+1 components, the polynomial it represents is c1sn + … + cns + cn + 1.
行向量C包含了一个多项式的系数,降序排列。如果C有n+1个元素,那么多项式就表示成c1sn + … + cns + cn + 1.




///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

感恩帮助过我的人。博客的精髓在技术部分,更在镇场一诗。
我是一个新手,翻译还有许多不完善的地方,请您看翻译的时候多多思考。
MATLAB是一个优秀的软件,值得学习。如果您有一些不会的知识,咱们可以相互讨论。
如果您认为翻译可以有改进的地方,有错误的地方,请留下评论,我会处理的。
注:如果我的博文无意中侵犯了您的权益,请告知。看到您的告知后,我将及时作出处理。


0 0