FindDivisions[{xmin,xmax},n]
finds a list of about n “nice” numbers that divide the interval around xmin to xmax into equally spaced parts.
FindDivisions[{xmin,xmax,dx},n]
makes the parts always have lengths that are integer multiples of dx.
FindDivisions[{xmin,xmax},{n1,n2,…}]
finds successive subdivisions into about n1, n2, … parts.
FindDivisions[{xmin,xmax,{dx1,dx2,…}},{n1,n2,…}]
uses spacings that are forced to be multiples of dx1, dx2, ….
FindDivisions[{xmin,xmax,{dx1,dx2,…}}]
gives all numbers in the interval with spacings dxi.
FindDivisions
FindDivisions[{xmin,xmax},n]
finds a list of about n “nice” numbers that divide the interval around xmin to xmax into equally spaced parts.
FindDivisions[{xmin,xmax,dx},n]
makes the parts always have lengths that are integer multiples of dx.
FindDivisions[{xmin,xmax},{n1,n2,…}]
finds successive subdivisions into about n1, n2, … parts.
FindDivisions[{xmin,xmax,{dx1,dx2,…}},{n1,n2,…}]
uses spacings that are forced to be multiples of dx1, dx2, ….
FindDivisions[{xmin,xmax,{dx1,dx2,…}}]
gives all numbers in the interval with spacings dxi.
更多信息和选项
- To use FindDivisions, you first need to load the Developer Utilities Package using Needs["Developer`"].
- FindDivisions[{xmin,xmax},n] searches for numbers that are shortest in their decimal representation.
- FindDivisions[{xmin,xmax},n,k] searches for numbers that are shortest in their base k representation.
- The first and last numbers may be slightly outside the range xmin to xmax.
- The dxi can be exact numbers such as Pi/2 specified in symbolic form.
- FindDivisions[{xmin,xmax},{n1,n2,…}] yields a list of lists, in which later lists omit elements that occur in earlier lists.
- For some choices of dxi, some of the lists generated may be empty.
相关指南
文本
Wolfram Research (2008),FindDivisions,Wolfram 语言函数,https://reference.wolfram.com/language/Developer/ref/FindDivisions.html.
CMS
Wolfram 语言. 2008. "FindDivisions." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/Developer/ref/FindDivisions.html.
APA
Wolfram 语言. (2008). FindDivisions. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/Developer/ref/FindDivisions.html 年
BibTeX
@misc{reference.wolfram_2025_finddivisions, author="Wolfram Research", title="{FindDivisions}", year="2008", howpublished="\url{https://reference.wolfram.com/language/Developer/ref/FindDivisions.html}", note=[Accessed: 01-May-2026]}
BibLaTeX
@online{reference.wolfram_2025_finddivisions, organization={Wolfram Research}, title={FindDivisions}, year={2008}, url={https://reference.wolfram.com/language/Developer/ref/FindDivisions.html}, note=[Accessed: 01-May-2026]}