WOLFRAM

Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how
Wolfram Language & System Documentation Center

Subdivide [n]

generates the list {0,1/n,2/n,,1}.

Subdivide [xmax,n]

generates the list of values obtained by subdividing the interval 0 to xmax into n equal parts.

Subdivide [xmin,xmax,n]

generates the list of values from subdividing the interval xmin to xmax.

Details
Details and Options Details and Options
Examples  
Basic Examples  
Scope  
Properties & Relations  
See Also
Related Guides
History
Cite this Page

Subdivide [n]

generates the list {0,1/n,2/n,,1}.

Subdivide [xmax,n]

generates the list of values obtained by subdividing the interval 0 to xmax into n equal parts.

Subdivide [xmin,xmax,n]

generates the list of values from subdividing the interval xmin to xmax.

Details

  • Subdivide [,n] generates a list of length n+1.

Examples

open all close all

Basic Examples  (3)

Subdivide the unit interval into 10 equal parts:

Subdivide the interval 0 to 10 into 5 equal parts:

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

Scope  (2)

Subdivide a symbolic interval from a to b into 6 parts:

Subdivide the interval from E to Pi using exact arithmetic:

Use arbitrary-precision arithmetic starting with 21 digits:

Properties & Relations  (3)

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

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

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

See Also

Range   Table   FindDivisions   CirclePoints

Function Repository: PowerSubdivide

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.

CMS

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

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: 24-November-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: 24-November-2025]}

Top [フレーム]

AltStyle によって変換されたページ (->オリジナル) /