|
[Date Index]
[Thread Index]
[Author Index]
Numerical Evaluation of Sqrt[]
- To: mathgroup at smc.vnet.net
- Subject: [mg4056] Numerical Evaluation of Sqrt[]
- From: "Dennis S. Lindell" <lindell at ARL.MIL>
- Date: Thu, 30 May 1996 02:48:44 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Folks,
I'm a new user of Mathematica and am unable to get a full numerical
evaluation of the Sqrt function in one case. Following are the
input and output lines of the case giving me trouble.
In[]:= a=2;
b=2;
c=2;
d=2;
e=2;
f=2;
g=Sqrt[(a+b)^2 + (c+d)^2 + (e+f)^2]
Out[]= Sqrt[32. + 16. ]
I've tried appending //N and inclosing the function in N[], but the
result is the same. I'd be grateful for any pointers,
Please respond directly to me at <lindell at arl.mil>.
Thanks,
Dennis
==== [MESSAGE SEPARATOR] ====
Prev by Date:
Re: SurfaceGraphics vs. Graphics3D
Next by Date:
mathlink
Previous by thread:
BitMaps and Mathematica
Next by thread:
Re: Numerical Evaluation of Sqrt[]
|