Legacy Documentation

Mathematica CalcCenter 2 (2002)

This is documentation for an obsolete product.
Current products and services

Documentation / CalculationCenter / Functions / Basic Math / Basic Functions /

Sqrt

FilledSmallSquare Sqrt[z] or gives the square root of z.

FilledSmallSquare Sqrt[z] can be entered as .

FilledSmallSquare can be entered using ControlKeyLeftModified2 RightModified z ControlKeyLeftModified SpaceIndicatorRightModified.

FilledSmallSquare Sqrt[z] is converted to z^(1/2).

FilledSmallSquare Sqrt[z^2] is not automatically converted to z.

FilledSmallSquare Sqrt[a b] is not automatically converted to Sqrt[a] Sqrt[b].

FilledSmallSquare z can also be used for input. The character is entered as AliasIndicatorsqrtAliasIndicator or \[Sqrt].

FilledSmallSquare 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]=



ja