MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: Converting Radians into Degrees into Mathematica 6.01

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85040] RE: [mg85034] Converting Radians into Degrees into Mathematica 6.01
  • From: "Jaccard Florian" <Florian.Jaccard at he-arc.ch>
  • Date: Fri, 25 Jan 2008 05:01:32 -0500 (EST)
  • References: <200801240950.EAA15129@smc.vnet.net>

I also noticed the difficulty to use Degrees with Mathematica.
In fact, 1 Degree is considered as Pi/180, so actually "Degrees" doesn't 
really exist...

If I want to display the angle in Degrees, I usually write:

0.36/Degree

Or, if you want to see the unit symbol :

(0.36/Degree)*"=B0"

But I'm afraid "Convert" can convert from Degree to Radian, but not from 
Radian to Degree...

Regards



F.Jaccard




-----Message d'origine-----
De=A0: Lea Rebanks [mailto:lrebanks at netvigator.com]
Envoy=E9=A0: jeudi, 24. janvier 2008 10:50
=C0=A0: mathgroup at smc.vnet.net
Objet=A0: [mg85034] Converting Radians into Degrees into Mathematica 
6.01

Dear All,

I trying to Convert Radians into Degrees .
I really want the output value in unit degrees for further calculations.

I have tried this with no luck

Convert[0.36*Radian, Degree]

UnitsWrapper[20.626480624709636*Degree]


I looked on the Math Group Archive & came across various Units Package, but
still can not get it to work.


Any help or advice gratefully received.

Best Regards - Lea Rebanks...





  • Prev by Date: Re: OpenGL
  • Next by Date: Re: Using 'IF' function on 'Lists' in Mathematica 6.01
  • Previous by thread: Converting Radians into Degrees into Mathematica 6.01
  • Next by thread: Re: Converting Radians into Degrees into Mathematica 6.01