Re: Graphics and Random[] questions
- To: mathgroup at smc.vnet.net
- Subject: [mg51815] Re: Graphics and Random[] questions
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Wed, 3 Nov 2004 01:23:31 -0500 (EST)
- Organization: Uni Leipzig
- References: <cm7clh$lem$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, a) we can't read your mind or the mind of your computer and you should at least tell us *what* are the error messages from the kernel b) look into the Statistics`DiscreteDistributions` package, if you load the package, it should modify Random[] so that Random[BinomialDistribution[n,p]] is working. Regards Jens "Namrata Khemka" <namrata.khemka at gmail.com> schrieb im Newsbeitrag news:cm7clh$lem$1 at smc.vnet.net... > Hi Everyone, > Well I have 2 questions: > 1) I have a notebook which involves manipulating 3d plots. However > everytime I run the notebook, after a while I get some kernel errors, > and the mathematica kernel just quits. It crashs after a while and > does not finsih evaluating all the cells. Is there a problem with my > computer? or is it because of the limitation to process (huge amount > of) graphics by Mathematica? > > 2) Random[Real, {-4,4}] gives a uniform distribution. However if I > would like to have a binomial distribution or any other kind of > distribution, would this be possible as well? If so then how is it > done? > > Thanks in advance. > > Namrata Khemka >