Mathematica > Arithmetic Functions >

Divide (/, ÷)

x/y or Divide[x, y]
is equivalent to x y^-1.
  • x/y is converted to x y^-1 on input.
In[1]:=
Click for copyable input
Out[1]=
 
Enter in 2D form using Control+/:
In[1]:=
Click for copyable input
Out[1]=
 
Divide reduces fractions to lowest terms:
In[1]:=
Click for copyable input
Out[1]=
 
Force a numerical result by including a decimal point in the input:
In[1]:=
Click for copyable input
Out[1]=
 
/ is applied sequentially:
In[1]:=
Click for copyable input
Out[1]=
 
x/y is always converted to products and powers:
In[1]:=
Click for copyable input
Out[1]//FullForm=
 
Enter ÷ using Esc div Esc:
In[1]:=
Click for copyable input
Out[1]=
New in 1 | Last modified in 3
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team