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.
Examples
open allclose 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]]:
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