










2026-09-10 16:27 软件商 阅读(4) 评论() 收藏 举报
Ply Compute
1维多项式的值
The value of a 1-dimensional polynomial
1次元多項式の値
本功能可以用来计算如P(x)=a0+a1*x+a2*x^2+...+a[n-1]*x^(n-1)这类的计算式对应的x的值的P(x)的值。既1维多项式的值。
This function can be used to calculate the value of P(x) corresponding to the value of x in expressions such as P(x)=a0+a1*x+a2*x^2+...+a[n-1]*x^(n-1). It is the value of a 1-dimensional polynomial.
この機能は、P(x)=a0+a1*x+a2*x^2+...+a[n-1]*x^(n-1)のような計算式に対応するxの値のP(x)の値、つまり1次元多項式の値を計算するために使用できます。
1维多项式求系列的P(x)
1次元多項式求和シリーズのP(x)
Find the series expansion of the 1-dimensional polynomial P(x)
本功能可以用来计算成批的x在同样的a[0]..a[n-1]为系数的1维多项式的计算的P[0]到P[n-1]的计算值的集合列表。
This function can be used to calculate a set list of calculated values from P[0] to P[n-1] for batches of 1-dimensional polynomials with the same coefficients a[0]..a[n-1] for x.
この機能は、同じa[0]..a[n-1]を係数とする1次元多項式の計算値であるP[0]からP[n-1]の集合リストを、複数のxに対して計算するために使用できます。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。