Mathematica 9 is now available

Documentation / Mathematica / 組込み関数 / リストと行列 / リストの操作 /

Append

FilledSmallSquare Append[expr, elem]は,式exprに要素elemを追加する.

FilledSmallSquare 例:Append[a,b, c] LongRightArrow; Append[f[a], b+c] LongRightArrow.

FilledSmallSquare 反復的にリストを構築していく過程において,Append[list, new]を各操作段階で使うより,SowReapを使った方が能率がよい.

FilledSmallSquare AppendSparseArrayオブジェクトに使うと,必要ならば通常のリストを返す.

FilledSmallSquare 参照セクション:1.8.6  2.4.2.

FilledSmallSquare 次も参照:PrependInsertAppendToPadRightSow.

FilledSmallSquare バージョン1の新関数

他の例



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.