“Div 指令”的版本间的差异

来自GeoGebra Manual
跳转至: 导航搜索
(機器人:執行文字代換作業 (-{{command +{{command|cas=true))
(en)
 
第10行: 第10行:
 
;Div[ <Dividend Polynomial>, <Divisor Polynomial> ] 
 
;Div[ <Dividend Polynomial>, <Divisor Polynomial> ] 
 
:{{translate|Div Command}}
 
:{{translate|Div Command}}
 +
;Div[ <Dividend Number>, <Divisor Number> ]
 +
:Returns the quotient (integer part of the result) of the two numbers.
 +
:{{example|1=<div><code><nowiki>Div[16, 3]</nowiki></code> yields ''5''.</div>}}
 +
;Div[ <Dividend Polynomial>, <Divisor Polynomial> ]
 +
:Returns the quotient of the two polynomials.
 +
:{{example|1=<div><code><nowiki>Div[x^2 + 3 x + 1, x - 1]</nowiki></code> yields ''f(x) = x + 4''.</div>}}
 +
==CAS Syntax==
 +
;Div[ <Dividend Number>, <Divisor Number> ]
 +
:Returns the quotient (integer part of the result) of the two numbers.
 +
:{{example|1=<div><code><nowiki>Div[16, 3]</nowiki></code> yields ''5''.</div>}}
 +
;Div[ <Dividend Polynomial>, <Divisor Polynomial> ]
 +
:Returns the quotient of the two polynomials.
 +
:{{example|1=<div><code><nowiki>Div[x^2 + 3 x + 1, x - 1]</nowiki></code> yields  ''x + 4''.</div>}}

2011年9月29日 (四) 03:41的最新版本

Accessories dictionary.png
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版


Div[ <Dividend Number>, <Divisor Number> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
Div[ <Dividend Polynomial>, <Divisor Polynomial> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊

CAS 視窗

Div[ <Dividend Number>, <Divisor Number> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
Div[ <Dividend Polynomial>, <Divisor Polynomial> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
Div[ <Dividend Number>, <Divisor Number> ]
Returns the quotient (integer part of the result) of the two numbers.
範例:
Div[16, 3] yields 5.
Div[ <Dividend Polynomial>, <Divisor Polynomial> ]
Returns the quotient of the two polynomials.
範例:
Div[x^2 + 3 x + 1, x - 1] yields f(x) = x + 4.

CAS Syntax

Div[ <Dividend Number>, <Divisor Number> ]
Returns the quotient (integer part of the result) of the two numbers.
範例:
Div[16, 3] yields 5.
Div[ <Dividend Polynomial>, <Divisor Polynomial> ]
Returns the quotient of the two polynomials.
範例:
Div[x^2 + 3 x + 1, x - 1] yields x + 4.
© 2024 International GeoGebra Institute