(translator=Erison, ChineseSource=Erison-20020415-4\sec.html, EnglishSource=c:\matlabr12\help\techdoc\ref\sec.html)
MATLAB Function Reference    
sec, sech

正割(Secant)函數及超正割(hyperbolic secant)函數

Syntax

Description

secsech 函數是對陣列每個元素去做運算。函式的定義域與值域包含複數。角度以弧度(radian)為單位。

Y = sec(X) 回傳 X 中每個元素的正割值。

Y = sech(X) 回傳 X 中每個元素的超正割值。

Examples

範圍裡畫出正割函數圖,及在 範圍裡畫出超正割函數圖。

sec(pi/2) 的值並非無限大而為浮點數精確度 eps 的倒數,這是因為 pi 是逼近真實圓周率 的浮點數。

Algorithm

See Also
asec, asech 反正割(Inverse secant)函數及反超正割(inverse hyperbolic secant)


 script selectmoveresize