x/y or Divide[x,y]
is equivalent to
.
Divide 
x/y or Divide[x,y]
is equivalent to
.
Details
is converted to
on input. - Divide[x,y] can be entered in StandardForm and InputForm as
,
div
or x∖[Divide]y.
Examples
open all close allBasic Examples (7)
77 / 11(77/11)Divide reduces fractions to lowest terms:
616 / 33Force a numerical result by including a decimal point in the input:
616. / 33a / b / c / d
is always converted to products and powers:
FullForm[a ^ 2 / b ^ 3]20÷4Scope (1)
Divide threads element-wise over lists:
{2, 3, 4, 5} / 3{x, y, z} / {a, b, c}Applications (2)
Properties & Relations (3)
Possible Issues (2)
1 / 00 / 01 / InfinityPattern matching relies on FullForm:
Replace[x ^ 2 / y ^ 3, a_ / b_ -> f[a, b]]FullForm[x ^ 2 / y ^ 3]Replace[x ^ 2 / y ^ 3, (a : (_ ^ _.))(b : (_ ^ _.)) -> f[a, b]]Tech Notes
-
▪
- Arithmetic ▪
- Operators
Related Guides
History
Introduced in 1988 (1.0) | Updated in 1996 (3.0)
Text
Wolfram Research (1988), Divide, Wolfram Language function, https://reference.wolfram.com/language/ref/Divide.html (updated 1996).
CMS
Wolfram Language. 1988. "Divide." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 1996. https://reference.wolfram.com/language/ref/Divide.html.
APA
Wolfram Language. (1988). Divide. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Divide.html
BibTeX
@misc{reference.wolfram_2026_divide, author="Wolfram Research", title="{Divide}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/Divide.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_divide, organization={Wolfram Research}, title={Divide}, year={1996}, url={https://reference.wolfram.com/language/ref/Divide.html}, note=[Accessed: 13-June-2026]}