MrMarc

3163 Reputation

18 Badges

17 years, 131 days

MaplePrimes Activity


These are questions asked by MrMarc

I would appreciate if anyone could solve this problem. (please see attached pdf or mw file )
The error messages is:  Error, (in ExecuteQuery) unknown API type  (I am trying to access data from a SQL server)

Download 8342_Maple is being Stupid.pdf
View file details


I am trying to replicate the Parrondo paradox which can be found for example here books.google.co.uk/books  and

Why does the binary entropy function have the form   H := -p*log(p)-(1-p)*log(1-p);
Why does not the maximum occur when H=1 and p=0.5 ?

H := -p*log(p)-(1-p)*log(1-p);
plot(H, p = 0 .. 1);

How can i delay the evaluation in add. I want add to return

add( i, i=1..10)

                                    1+2+3+4+5+6+7+8+9+10

Now it returns

add(i, i=1..10)

First 15 16 17 18 19 20 21 Last Page 17 of 35