|
[Date Index]
[Thread Index]
[Author Index]
Sqrt
- To: mathgroup at yoda.physics.unc.edu
- Subject: Sqrt
- From: gossett at bethel.edu
- Date: Fri, 24 Apr 92 15:26:53 CDT
Does anyone have any suggestions for the following undesirable
behaviour of Sqrt?
(A)
In[1] := Positive[Sqrt[2]]
Out[1] := True
In[2] := Positive[Sqrt[E]]
Out[2] := True
In[3] := Positive[Sqrt[Pi]]
Out[3] := Positive[Sqrt[Pi]]
(B)
In[1] := Sqrt[12]
Out[1] := 2 Sqrt[3]
In[2] := Sqrt24]
Out[2] := Sqrt[24]
Prev by Date:
Re: determinants
Next by Date:
Plotting numerical Laplace inverse transforms
Previous by thread:
Re.Iterations.. (function composition)
Next by thread:
Plotting numerical Laplace inverse transforms
|