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 क्लाइंट से उपयोग करें