Qurak
說明文件
價格
登入
Qurak
說明文件
函式
ConstantArray
ConstantArray
可用
Creates an array of repeated elements.
形式
ConstantArray[c, n]
ConstantArray[c, {n1, n2, …}]
已驗證的範例
ConstantArray[x, 3] → {x, x, x}
ConstantArray[0, 5] → {0, 0, 0, 0, 0}
ConstantArray[1, 0] → {}
ConstantArray[a, {2, 3}] → {{a, a, a}, {a, a, a}}
在 Qurak 上執行
搜尋參考文件
使用於
Enhanced cycle and tour functionality
- 8 個步驟
主題
Constructing Lists
- Lists from Iteration
Constructing Matrices
- Geometric Matrices»
Creating And Importing Signals
- Signals from Functions »
New In60 Alphabetical Listing
- C
New In60 List Manipulation
- New Functions for List & Array Creation
New In60 Matrix And Linear Algebra Functions
- New Vector Space Functions
相關
Array
Table
Range
SparseArray
IdentityMatrix
UnitVector
ConstantImage
ArrayFlatten
StringRepeat
SymbolicZerosArray
SymbolicOnesArray
CenterArray
← Constant
ConstantImage →
全部 6300 個函式
·
從 MCP 用戶端使用這個