ConstantArray[c,n]
generates a list of n copies of the element c.
ConstantArray[c,{n1,n2,…}]
generates an  array of nested lists containing copies of the element c.
 array of nested lists containing copies of the element c.
 
     
   ConstantArray
ConstantArray[c,n]
generates a list of n copies of the element c.
ConstantArray[c,{n1,n2,…}]
generates an  array of nested lists containing copies of the element c.
 array of nested lists containing copies of the element c.
Examples
open all close allScope (4)
Applications (3)
Set up an array to use as storage in a program:
Numerically solve x'[t]==1/(t+x[t]^2) using Euler's method:
Find the sum of the elements in a list:
This can also be done with Total:
Use a vector of ones to see the effects of conditioning on the solution of a linear system:
The solution at machine precision has significant errors:
 
      Properties & Relations (3)
ConstantArray[c,dims] has Dimensions[dims]:
ConstantArray[c,dims] is equal to SparseArray[{},dims,c]:
Normal[s] is identical to ConstantArray[c,dims]:
ConstantArray[c,dims] is equivalent to Apply[Table[c,##]&,Map[List,dims]]:
See Also
Array Table Range SparseArray IdentityMatrix UnitVector ConstantImage ArrayFlatten StringRepeat SymbolicZerosArray SymbolicOnesArray
Function Repository: ConstantAssociation CopyMachine
Text
Wolfram Research (2007), ConstantArray, Wolfram Language function, https://reference.wolfram.com/language/ref/ConstantArray.html (updated 2008).
CMS
Wolfram Language. 2007. "ConstantArray." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/ConstantArray.html.
APA
Wolfram Language. (2007). ConstantArray. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ConstantArray.html
BibTeX
@misc{reference.wolfram_2025_constantarray, author="Wolfram Research", title="{ConstantArray}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/ConstantArray.html}", note=[Accessed: 30-October-2025]}
BibLaTeX
@online{reference.wolfram_2025_constantarray, organization={Wolfram Research}, title={ConstantArray}, year={2008}, url={https://reference.wolfram.com/language/ref/ConstantArray.html}, note=[Accessed: 30-October-2025]}
