Mathematica 9 is now available

Sqrt

Usage

Sqrt[z] 返回 z 的根.


Notes

• 数学函数 (参见A.3.10节).
 可使用 ControlKeyLeftModified2RightModifiedzControlKeyLeftModified RightModified 或 \(\@z\)输入.
Sqrt[z] 被转换为 z^(1/2).
Sqrt[z^2] 不自动被转换为 z.
Sqrt[a b] 不自动被转换为 Sqrt[a] Sqrt[b].
• 这些转换可使用PowerExpand实现,但通常只对实参数进行校正.
• 在StandardForm中,Sqrt[z] 被输出为  .
 z 可被用作输入.  字符输入为 AliasIndicatorsqrtAliasIndicator 或 \[Sqrt].
• 参见Mathematica 全书 : 1.1.3节.
•同时参见: Power, PowerExpand, SqrtBox.
Further Examples

In[1]:=  

Out[1]=

Sqrt will return a complex result when evaluating a negative argument.

In[2]:=  

Out[2]=

This result is false if a and b are both negative, but you can do it anyway with PowerExpand.

In[3]:=  

Out[3]=

This is the derivative.

In[4]:=  

Out[4]=

This is the integral.

In[5]:=  

Out[5]=

This is a series expansion around  .

In[6]:=  

Out[6]=



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.