Advanced-excel-functions-advanced-excel-math-trignometric-seriessum-function

提供:Dev Guides
移動先:案内検索

数学およびTrignometric SERIESSUM関数

説明

SERIESSUM関数は、べき級数の合計を返します。 多くの関数は、べき級数展開によって近似できます。

構文

SERIESSUM (x, n, m, coefficients)

引数

Argument Description Required/Optional
X The input value to the power series. Required
N The initial power to which you want to raise x. Required
M The step by which to increase n for each term in the series. Required
Coefficients A set of coefficients by which each successive power of x is multiplied. The number of values in coefficients determines the number of terms in the power series. Required

ノート

  • べき級数の合計は、 + $ SERIESSUM(x、n、m、a)= a_1x ^ n + a_2x ^ \ {(n + m)} + a_3x ^ \ {(n + 2m)} + …​ + a_jx ^ \ {(n +( j-1)m)} $ +ここで、(a〜1〜、a〜2〜、a〜3〜…a〜j〜)は係数のセットです。
  • 指定された引数のいずれかが数値でない場合、SERIESSUMは#VALUE!を返します。 エラー

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

SERIESSUM関数