|
SOLUTIONS
|
MATHEMATICA 組込みシンボル
Differences[list]
中の要素の連続する変化を与える.
Differences[list, n]
中の
番目の変化を与える.
Differences[list, n, s]
s ステップ離れた要素の違いを与える.
Differences[list, {n1, n2, ...}]
ネストしたリストのレベル
における連続した
番目の差分を与える.
詳細詳細
- Differences[list]はListConvolve[{1, -1}, list]と等価である.
- list の長さが l の場合,Differences[list, n]の長さは
になる. » - list の長さが l であれば,Differences[list, n, s] の長さは
である. - Differences[m, {1, 0}]またはDifferences[m, 1]は,2D配列あるいは行列
の行と行の連続的な差分を検索する.Differences[m, {0, 1}]は列の差分を検索する. - Differences[list, {n1, n2}]はDifferences[Differences[list, n1], {0, n2}]と等価である.
バージョン 6 の新機能 | バージョン 9 での修正機能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
