Sqrt
Sqrt[z] or gives the square root of z.
Sqrt[z] can be entered as .
can be entered using  2 z   .
Sqrt[z] is converted to z^(1/2).
Sqrt[z^2] is not automatically converted to z.
Sqrt[a b] is not automatically converted to Sqrt[a] Sqrt[b].
z can also be used for input. The character is entered as sqrt or \[Sqrt].
See also: Power.

Examples
Using InstantCalculators
Here is the InstantCalculator for the Sqrt function. Enter the parameters for your calculation and click Calculate to see the result.
In[1]:=
Out[1]=
Entering Commands Directly
You can paste a template for this command via the Text Input button on the Sqrt Function Controller.
Here is a simple Sqrt example.
In[2]:=
Out[2]=
Sqrt will return a complex result when evaluating a negative argument.
In[3]:=
Out[3]=
Here is a plot of Sqrt[x] for x from 0 to 9.
In[4]:=

This is the derivative.
In[5]:=
Out[5]=
This is the integral.
In[6]:=
Out[6]=
Ordinary Mathematical Notation
This also gives the derivative.
In[7]:=
Out[7]=
This also gives the integral.
In[8]:=
Out[8]=
|