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

来自GeoGebra Manual
跳转至: 导航搜索
(機器人:執行文字代換作業 (-{{command +{{command|cas=true))
(en)
 
第6行: 第6行:
 
;Limit[ <Function>, <Value> ]
 
;Limit[ <Function>, <Value> ]
 
:{{translate|Limit Command}}
 
:{{translate|Limit Command}}
 +
;Limit[ <Function f>, <Value t> ]
 +
:Computes [[w:Limit_of_a_function|limit]] of function ''f'' for given value of function variable (may be infinity).
 +
==CAS Syntax==
 +
;Limit[ <Expression f>, <Value t> ]
 +
:Computes the limit of function ''f'' for ''x = t''.
 +
:{{example|1=<div><code><nowiki>Limit[a sin(x)/x, 0]</nowiki></code>  yields ''a'' .</div>}}
 +
;Limit[ <Expression f>, <Variable v>, <Value t> ]
 +
:Computes limit of multivariate function ''f'' for ''v = t''.
 +
:{{example|1=<div><code><nowiki>Limit[a sin(v)/v, v, 0]</nowiki></code>  yields ''a'' .</div>}}
 +
{{note|See also [[Asymptote Command]], [[LimitAbove Command]] and [[LimitBelow Command]].}}

2011年10月3日 (一) 09:35的最新版本

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


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

CAS 視窗

Limit[ <Function>, <Value> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
Limit[ <Function f>, <Value t> ]
Computes limit of function f for given value of function variable (may be infinity).

CAS Syntax

Limit[ <Expression f>, <Value t> ]
Computes the limit of function f for x = t.
範例:
Limit[a sin(x)/x, 0] yields a .
Limit[ <Expression f>, <Variable v>, <Value t> ]
Computes limit of multivariate function f for v = t.
範例:
Limit[a sin(v)/v, v, 0] yields a .
© 2024 International GeoGebra Institute