FlattenAt

FlattenAt[list,n]

リストlist の第 n 要素として現れる部分リストを平坦化する.n が負の場合,この位置は末尾から数えられる.

FlattenAt[expr,{i,j,}]

expr{i,j,}の位置にある部分を平坦化する.

FlattenAt[expr,{{i1,j1,},{i2,j2,},}]

expr の複数の位置にある部分を平坦化する.

FlattenAt[pos]

式に適用可能なFlattenAtの演算子形を表す.

詳細

例題

すべて開くすべて閉じる

  (2)

位置2で平坦化する:

位置2と4で平坦化する:

スコープ  (1)

FlattenAtは,リストだけではなく,任意の式の引数が接合できる:

特性と関係  (2)

FlattenAt[list,pos]は,リストについてはMapAt[Splice,list,pos]に等しい:

FlattenAt[expr,pos]は,一般的な式についてはMapAt[Delete[0],expr,pos]に等しい:

考えられる問題  (1)

FlattenAtは指定された位置にある式の頭部を削除する:

MapAtFlattenを使って指定の位置の内側の頭部を削除する:

Wolfram Research (1991), FlattenAt, Wolfram言語関数, https://reference.wolfram.com/language/ref/FlattenAt.html.

テキスト

Wolfram Research (1991), FlattenAt, Wolfram言語関数, https://reference.wolfram.com/language/ref/FlattenAt.html.

CMS

Wolfram Language. 1991. "FlattenAt." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FlattenAt.html.

APA

Wolfram Language. (1991). FlattenAt. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FlattenAt.html

BibTeX

@misc{reference.wolfram_2024_flattenat, author="Wolfram Research", title="{FlattenAt}", year="1991", howpublished="\url{https://reference.wolfram.com/language/ref/FlattenAt.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_flattenat, organization={Wolfram Research}, title={FlattenAt}, year={1991}, url={https://reference.wolfram.com/language/ref/FlattenAt.html}, note=[Accessed: 21-November-2024 ]}