「IntegralBetween 指令」修訂間的差異

出自GeoGebra Manual
前往: 導覽搜尋
(機器人:執行文字代換作業 (-{{command +{{command|cas=true))
(en)
 
行 10: 行 10:
 
;IntegralBetween[ <Function>, <Function>, <Start x-Value>, <End x-Value>, < Boolean Evaluate> ]
 
;IntegralBetween[ <Function>, <Function>, <Start x-Value>, <End x-Value>, < Boolean Evaluate> ]
 
:{{translate|IntegralBetween Command}}
 
:{{translate|IntegralBetween Command}}
 +
;IntegralBetween[Function f, Function g, Number a, Number b]
 +
:Returns the definite integral of the difference ''f(x) ‐ g(x)'' in the interval [''a, b''].
 +
:{{note| This command also shades the area between the function graphs of ''f'' and ''g''.}}
 +
;IntegralBetween[Function f, Function g, Number a, Number b, Boolean Evaluate]
 +
:Returns the definite integral of the difference ''f(x) ‐ g(x)'' in the interval [''a, b''] and shadows the related area when ''Evaluate = true''.  In case ''Evaluate = false'' the related area is shaded but the integral value is not calculated.
 +
==CAS Syntax==
 +
;IntegralBetween[ Function f, Function g, Number a, Number b]
 +
:Returns the definite integral of the difference ''f(x) ‐ g(x)'' in the interval [''a, b''].
 +
:{{example| 1=<div><code><nowiki>IntegralBetween[sin(x), cos(x), π / 4, π * 5 / 4]</nowiki></code>  yields <math>2 \sqrt{2}</math>.</div>}}
 +
;IntegralBetween[ Function f, Function g, Variable t, Number a, Number b ]
 +
:Returns the definite integral of the difference ''f ‐ g'' in the interval [''a, b''] with respect to the variable t.
 +
:{{example| 1=<div><code><nowiki>IntegralBetween[a * sin(t), a * cos(t), t, π / 4, π * 5 / 4]</nowiki></code>  yields <math>2 \sqrt{2} a</math>.</div>}}

於 2011年10月3日 (一) 08:18 的最新修訂

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


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

CAS 視窗

IntegralBetween[ <Function>, <Function>, <Start x-Value>, <End x-Value> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
IntegralBetween[ <Function>, <Function>, <Start x-Value>, <End x-Value>, < Boolean Evaluate> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
IntegralBetween[Function f, Function g, Number a, Number b]
Returns the definite integral of the difference f(x) ‐ g(x) in the interval [a, b].
備註: This command also shades the area between the function graphs of f and g.
IntegralBetween[Function f, Function g, Number a, Number b, Boolean Evaluate]
Returns the definite integral of the difference f(x) ‐ g(x) in the interval [a, b] and shadows the related area when Evaluate = true. In case Evaluate = false the related area is shaded but the integral value is not calculated.

CAS Syntax

IntegralBetween[ Function f, Function g, Number a, Number b]
Returns the definite integral of the difference f(x) ‐ g(x) in the interval [a, b].
範例:
IntegralBetween[sin(x), cos(x), π / 4, π * 5 / 4] yields 2 \sqrt{2}.
IntegralBetween[ Function f, Function g, Variable t, Number a, Number b ]
Returns the definite integral of the difference f ‐ g in the interval [a, b] with respect to the variable t.
範例:
IntegralBetween[a * sin(t), a * cos(t), t, π / 4, π * 5 / 4] yields 2 \sqrt{2} a.
© 2024 International GeoGebra Institute