Subdivide

Subdivide[n]

产生列表 {0,1/n,2/n,,1}.

Subdivide[xmax,n]

通过将 0xmax 的区间细分为 n 个相等的部分产生数值列表equal parts.

Subdivide[xmin,xmax,n]

通过划分区间 xminxmax 产生数值列表.

更多信息

  • Subdivide[,n] 产生长度为 n+1 的列表.

范例

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

基本范例  (3)

将单位区间细分为10个相等的部分:

将从0到10的区间细分为5个相等的部分:

使用机器精度将从 到1的区间细分为8个相等的部分:

范围  (2)

将从 ab 的符号区间细分为6个部分:

使用精确算术将从 EPi 的区间细分:

使用从21位开始的任意精度算术:

属性和关系  (3)

Subdivide[xmin,xmax,n] 等价于 Range[xmin,xmax,(xmax-xmin)/n]

Subdivide[xmin,xmax,n] 等价于 xmin+(xmax-xmin)Range[0,n]/n

Array[f,n,{a,b}] 等价于 Map[f,Subdivide[a,b,n-1]]

Wolfram Research (2015),Subdivide,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Subdivide.html.

文本

Wolfram Research (2015),Subdivide,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Subdivide.html.

CMS

Wolfram 语言. 2015. "Subdivide." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/Subdivide.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_subdivide, organization={Wolfram Research}, title={Subdivide}, year={2015}, url={https://reference.wolfram.com/language/ref/Subdivide.html}, note=[Accessed: 21-November-2024 ]}