-
関数
- Append
- AppendTo
- Array
- BinaryReadList
- CenterArray
- CharacterRange
- Characters
- CoefficientArrays
- CoefficientList
- ConstantArray
- CoordinateBoundingBoxArray
- CoordinateBoundsArray
- FileNames
- FindList
- FixedPointList
- Groupings
- Import
- IntegerDigits
- NestList
- NestWhileList
- Normal
- Outer
- Permutations
- PowerRange
- RandomChoice
- RandomInteger
- Range
- ReadList
- RealDigits
- Reap
- ReplaceList
- Sow
- SparseArray
- Subdivide
- Subsequences
- Subsets
- Table
- Tuples
- 関連するガイド
- テクニカルノート
-
-
関数
- Append
- AppendTo
- Array
- BinaryReadList
- CenterArray
- CharacterRange
- Characters
- CoefficientArrays
- CoefficientList
- ConstantArray
- CoordinateBoundingBoxArray
- CoordinateBoundsArray
- FileNames
- FindList
- FixedPointList
- Groupings
- Import
- IntegerDigits
- NestList
- NestWhileList
- Normal
- Outer
- Permutations
- PowerRange
- RandomChoice
- RandomInteger
- Range
- ReadList
- RealDigits
- Reap
- ReplaceList
- Sow
- SparseArray
- Subdivide
- Subsequences
- Subsets
- Table
- Tuples
- 関連するガイド
- テクニカルノート
-
関数
リストの構築
Wolfram言語は任意のサイズ・構造のリストの構築のための強力な関数を提供する.
Range — 数の範囲または他のオブジェクト{1,2,3,…}からリストを形成する
Table — 式の値の任意の次元の表を作成する
Array — 連続する指標に関数を適用して任意の次元の配列を作成する
ConstantArray — 任意の次元の定数配列の形式
CenterArray — 配列を任意次元の別の配列の中央に埋め込む
Subdivide — 区間を等間隔に分割した区間のリスト
CoordinateBoundsArray,CoordinateBoundingBoxArray — 規則的な格子
SparseArray,Normal — 疎な配列の 位置値指定からリストを作成する
PowerRange — 指定の範囲内の連続するベキのリストを形成する
Tuples — リスト中の可能なすべての n タプル
Subsets ▪ Subsequences ▪ Permutations ▪ Groupings ▪ Outer
RandomInteger,RandomChoice,... — ランダムな要素のリストを作成する
繰返しによるリスト
NestList — 関数を連続的に繰り返してリストを作成する
FixedPointList ▪ NestWhileList ▪ Append ▪ AppendTo
Sow,Reap — プログラム内に「縫い込まれた」要素のリストを作成する
IntegerDigits,RealDigits — 桁の数字からリストを作成する
CoefficientList,CoefficientArrays — 多項式または方程式からリストを作成する
Characters — 文字列の文字からリストを作成する
CharacterRange — 文字の範囲のリスト(例:「a」から「z」まで)
ReplaceList — 可能なパターン置換のリスト
データのリストとしてのインポート
Import ▪ ReadList ▪ BinaryReadList ▪ FindList ▪ FileNames
関連するテクニカルノート
-
▪
- リストの構築 ▪
- ベクトルと行列 ▪
- 関数を反復的に適用する ▪
- 関数のリスト化 ▪
- 原文データの読込み