Subdivide
✖
Subdivide
Examples
open allclose allBasic Examples (3)Summary of the most common use cases
Subdivide the unit interval into 10 equal parts:

https://wolfram.com/xid/0pupjyugmi-c2i8i9

Subdivide the interval 0 to 10 into 5 equal parts:

https://wolfram.com/xid/0pupjyugmi-oz7edj

Subdivide the interval to 1 into 8 equal parts using machine precision:

https://wolfram.com/xid/0pupjyugmi-eime4

Scope (2)Survey of the scope of standard use cases
Subdivide a symbolic interval from a to b into 6 parts:

https://wolfram.com/xid/0pupjyugmi-dgyqj1

Subdivide the interval from E to Pi using exact arithmetic:

https://wolfram.com/xid/0pupjyugmi-d4rlsx

Use arbitrary-precision arithmetic starting with 21 digits:

https://wolfram.com/xid/0pupjyugmi-hxs1x3

Properties & Relations (3)Properties of the function, and connections to other functions
Subdivide[xmin,xmax,n] is equivalent to Range[xmin,xmax,(xmax-xmin)/n]:

https://wolfram.com/xid/0pupjyugmi-fffmjs


https://wolfram.com/xid/0pupjyugmi-pp725f

Subdivide[xmin,xmax,n] is equivalent to xmin+(xmax-xmin)Range[0,n]/n:

https://wolfram.com/xid/0pupjyugmi-kmyf4f


https://wolfram.com/xid/0pupjyugmi-fcbin2

Array[f,n,{a,b}] is equivalent to Map[f,Subdivide[a,b,n-1]]:

https://wolfram.com/xid/0pupjyugmi-jegwju


https://wolfram.com/xid/0pupjyugmi-2xaup9

Wolfram Research (2015), Subdivide, Wolfram Language function, https://reference.wolfram.com/language/ref/Subdivide.html.
Text
Wolfram Research (2015), Subdivide, Wolfram Language function, https://reference.wolfram.com/language/ref/Subdivide.html.
Wolfram Research (2015), Subdivide, Wolfram Language function, https://reference.wolfram.com/language/ref/Subdivide.html.
CMS
Wolfram Language. 2015. "Subdivide." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Subdivide.html.
Wolfram Language. 2015. "Subdivide." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Subdivide.html.
APA
Wolfram Language. (2015). Subdivide. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Subdivide.html
Wolfram Language. (2015). Subdivide. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Subdivide.html
BibTeX
@misc{reference.wolfram_2025_subdivide, author="Wolfram Research", title="{Subdivide}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/Subdivide.html}", note=[Accessed: 13-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_subdivide, organization={Wolfram Research}, title={Subdivide}, year={2015}, url={https://reference.wolfram.com/language/ref/Subdivide.html}, note=[Accessed: 13-April-2025
]}