Re: TransformedDistribution result not expected01 (5/8/2013 8:11:01 AM) comp.soft-sys.math.mathematica On 5/7/13 at 3:53 AM, shaunwerkhoven@gmail.com (Shaun Werkhoven)
wrote:
>Sorry if this question is too simple, I'm new to Mathematica. If I
>enter
>TransformedDistribution[ ax + b,
>x\[Distributed]Norm... Bill
Re: How Random works?02 (5/8/2013 8:10:02 AM) comp.soft-sys.math.mathematica On 5/7/13 at 3:53 AM, jougraw@gmail.com (Joug Raw) wrote:
>I want to know which algorithm Mathematica are using to generate
>random numbers. How large is its period? And how the deterministic
>part works? ... Bill
Re: Formula Stirlinga #203 (5/4/2013 8:22:43 PM) comp.soft-sys.math.mathematica On 5/1/13 at 9:43 PM, karchevskymi@gmail.com wrote:
>n = 1000; N[n! - Sqrt[2*Pi*n]*(n/Exp[1])^n] = 3.35308734163*10^2563
>Why does Stirling's formula works incorrect?
Stirling's formula is a valid approx... Bill
Re: rearrange tough explicit equation05 (5/2/2013 1:40:07 AM) comp.soft-sys.math.mathematica On 5/1/13 at 3:35 AM, davejamesbrackett@gmail.com (db) wrote:
>Hi, I'm trying to rearrange to isolate V in this equation, but am
>having trouble working out the right way to tackle it. Could someone
>give ... Bill
Re: Export to PDF outline issues06 (4/28/2013 4:57:49 AM) comp.soft-sys.math.mathematica On 4/26/13 at 4:26 AM, johnandsara2@cox.net (debguy) wrote:
>Maybe another viewpoint will help. I use mm v 4.0. I tried the
>example, no problem. I then tried:
>foo = Graphics[{Blue, Rectangle[{1, 0},... Bill
Re: Sparse Array Question #203 (4/24/2013 11:02:05 AM) comp.soft-sys.math.mathematica On 4/23/13 at 12:04 AM, chris.arthur1@gmail.com (christopher arthur)
wrote:
>I have a list of rules for defining a SparseArray. The list has
>some coordinates repeated with different values. If a coordin... Bill
Re: Find the function that best fits07 (4/21/2013 9:17:44 AM) comp.soft-sys.math.mathematica On 4/20/13 at 5:45 AM, JFONFRIA@UJAEN.ES (JFONFRIA) wrote:
>I have implemented a code to obtain information. Now I want to
>obtain a function that fits to this information. Is there any option
>to say to M... Bill
Re: used by LogLogPlot? #207 (4/17/2013 6:30:49 AM) comp.soft-sys.math.mathematica On 4/16/13 at 12:36 AM, fishe053@cougars.csusm.edu wrote:
>I'm confused too. I'm trying to plot this code below via
>mathematica however I can't get the plot to come out correctly.
>R = 10;
>L = 0.01;
... Bill
Re: "Programming With Mathematica" Exercise help16 (4/12/2013 6:15:34 AM) comp.soft-sys.math.mathematica On 4/11/13 at 4:13 AM, plank.in.sequim@gmail.com wrote:
>I'm loving Paul Wellin's book "Programming with Mathematica: An
>Introduction" and am trying to diligently do all the exercises.
>Most of them have ... Bill
Peak Finding1129 (4/28/2012 9:25:39 AM) comp.soft-sys.math.mathematica I am wondering if there are any peak finding notebooks around or
examples. I have been interested in doing some peak finding/peak
detecting in Mathematica for a while, it has been challenging. My
specific ... richardgreco(3)
rHelp Finishing Mathematica Program138 (5/21/2012 9:57:03 AM) comp.soft-sys.math.mathematica This project involves finishing the Mathematica program which I
started.
A loop must be added to the program.
The trial value for k is to be replaced by the calculated value of k
and then recalculated i... ivantulin(1)
ListPlot question447 (4/5/2012 9:53:04 AM) comp.soft-sys.math.mathematica I have a user defined function f[x]. I want to plot it discretely
using ListPlot.
Specifically, I want to do:
ListPlot[f[x],{x,0,0.5,0.1}]
So I want plot 5 point from the function with 5 sequence of arg... junkyung.auh(2)