Mathematica 9 is now available

Quotient

Usage

Quotient[m, n] 给出 mn 的整数商.
Quotient[m, n, d]要使用一个偏移d.


Notes

• 整型数学函数 (参见 A.3.10节).
• 对于整数mnQuotient[m, n] 等价于 Floor[m/n].
Quotient[m, n, d] 给出一个满足 的结果  .
n*Quotient[m, n, d] + Mod[m, n, d] 恒等于 m.
• 参见 Mathematica 全书: 3.2.4节.
• 同时参见: Mod, PolynomialQuotient.
Further Examples

Here are a few quotients.

In[1]:=  

Out[1]=

In[2]:=  

Out[2]=

In[3]:=  

Out[3]=

Here is Quotient with and without an offset.

In[4]:=  

Out[4]=

In[5]:=  

Out[5]=

In[6]:=  

Out[6]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.