ConstantArray

ConstantArray[c,n]

生成元素 cn 个副本的列表.

ConstantArray[c,{n1,n2,}]

生成一个 数组,它包括元素 c 的副本的嵌套列表.

更多信息

范例

打开所有单元关闭所有单元

基本范例  (3)

生成由10个 c 组成的向量:

生成一个由 c 组成的 3×4 数组:

由矩阵块生成数组:

范围  (4)

一个机器数零的向量:

一个确切零向量:

一个机器数零的矩阵:

一个确切零的矩阵:

由1组成的向量:

由机器数1组成的向量:

一个多重嵌套常数数组:

应用  (3)

构建一个数组,用于程序中的储存:

用欧拉方法求 x'[t]==1/(t+x[t]^2) 的数值解:

求出列表中元素的和:

这也可以用 Total 得到:

使用1组成的向量查看一个线性系统的条件解的效应:

机器精度的解有较大的错误:

在较高精度时,解显著改善:

属性和关系  (3)

ConstantArray[c,dims]Dimensions[dims]

ConstantArray[c,dims] 等于 SparseArray[{},dims,c]

Normal[s]ConstantArray[c,dims] 相同:

ConstantArray[c,dims] 等价于 Apply[Table[c,##]&,Map[List,dims]]

Wolfram Research (2007),ConstantArray,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ConstantArray.html (更新于 2008 年).

文本

Wolfram Research (2007),ConstantArray,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ConstantArray.html (更新于 2008 年).

CMS

Wolfram 语言. 2007. "ConstantArray." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2008. https://reference.wolfram.com/language/ref/ConstantArray.html.

APA

Wolfram 语言. (2007). ConstantArray. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ConstantArray.html 年

BibTeX

@misc{reference.wolfram_2024_constantarray, author="Wolfram Research", title="{ConstantArray}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/ConstantArray.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_constantarray, organization={Wolfram Research}, title={ConstantArray}, year={2008}, url={https://reference.wolfram.com/language/ref/ConstantArray.html}, note=[Accessed: 22-November-2024 ]}