Mathematica 9 is now available

Cos

Usage

Cos[z]返回 z的余弦值。


Notes

• 数学函数 (参见 A.3.10节).
Cos的参数假定为弧度。(用Degree相乘从度数转换.)
• 当它的参数是  的一个简单有理数倍数,Cos 自动计算;对更复杂的有理倍数,有时使用FunctionExpand
• 参见Mathematica全书: 1.1.3节 and 3.2.6节.
• 同时参见: ArcCos, Sec, TrigToExp, TrigExpand.
Further Examples

You can compute exact values of trigonometric functions.

In[1]:=  

Out[1]=

This is the derivative.

In[2]:=  

Out[2]=

This is the indefinite integral.

In[3]:=  

Out[3]=

This is the series expansion around  to order  .

In[4]:=  

Out[4]=

You can use FunctionExpand to evaluate Cos at complicated rational multiples of  .

In[5]:=  

Out[5]=



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.