MathGroup Archive 2005

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

Search the Archive

Solution from Reduce as boundaries for Distribution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59995] Solution from Reduce as boundaries for Distribution
  • From: "kristoph" <kristophs.post at web.de>
  • Date: Sun, 28 Aug 2005 03:07:32 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I started useing Mathematica just recently and can't solve the
following problem:
I'de like to solve the following equation for 0<=x<=1:
15/16+x-Mod[15/16+x,1/2]==1 I did this with Reduce[expr.&&0<=x<=1,x].
Solution: 1/16<=x<9/16. So far so good.
For further calculations I need the boundaries of the above solution in
an UniformDistribution, therefore UniformDistribution[1/16,9/16]. I
have absoulutly no idea how to do this. Thanks very much for help.


  • Prev by Date: Keyboard problems - no "dead keys" - in Linux version of Mathematica
  • Next by Date: Re: help working with functions
  • Previous by thread: Re: Keyboard problems - no "dead keys" - in Linux version of Mathematica
  • Next by thread: Re: Solution from Reduce as boundaries for Distribution