MathGroup Archive 2011

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

Search the Archive

Re: Units question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg115492] Re: Units question
  • From: Charles Gillingham <cgillingham1 at me.com>
  • Date: Wed, 12 Jan 2011 04:09:09 -0500 (EST)

Use Assumptions to tell mathematics that these are real numbers.

Simplify[ ... , Element[ meters, Reals ] ]

Charles

Begin forwarded message:

> From: Ted Sariyski <tsariysk at craft-tech.com>
> Date: January 11, 2011 4:23:55 PM PST
> To: mathgroup at smc.vnet.net
> Subject: [mg115471] Units question
> 

> Hi,
> Working with units I get correct result:
> 
> Sqrt[Meter^2/Second^2] Second)/Meter^2
> 
>  How to tell Mathematica to simplify the result to Meter^-1?
> Simplify and FullSimplify doesn't do the job.
> Thanks in advance,
> --Ted
> 


  • Prev by Date: Re: How to change the directory for the docs?
  • Next by Date: Re: FindInstance does not abort with TimeConstrained
  • Previous by thread: Re: Units question
  • Next by thread: Re: Units question