MaplePrimes Questions

Hello there Maple geniuses!

So I've been banging my head against these two problems for days and I was wondering if any of you had any idea how to proceed.

The first involves computing the limit of a series. The problem reads as follows:

"For large n, the sequence defined by

x1 = 2.30

xn = 9 * sqrt(xn-1+ 6)

approaches a limit. Find that limit correct to 15 significant figures, and then select the correct answer below."

 

I tried to do a Monte Carlo simulation with the Shuffle command from the Statistics package.

Unfortunately the distribution of the random sample differs significantly from the expected distribution even for large n.

Here is what I did:

Please help me BFS Code. Why am I wrong?

I tried the following:

restart;
with(Statistics):
Y9 := RandomVariable(LogNormal(a, b)):
assume(a::real, 0 < b):
c9:=solve({mu = Mean(Y9), sigma^2 = Variance(Y9)},{a,b}, UseAssumptions);

 

And received the following warning:

Warning, solve may not respect assumed property 'real' on 'a'.

 

How do I force Maple to account for property 'real' on 'a'?
 

Hi, Very new to Maple and am struggling with the basics, despite having read the manual(s). :-/ I want to enter the following expression in 2D Math: (a+b)*(b+c) and get back the following result from Maple: ab+b^2+ac+bc Instead, Maple gives me several different permutations of distributing a and b. I've tried all the "simplify" commands and none of them gives me the b^2. Ideas? Thanks in advance, n

I want to solve several systems of equations and force Maple to account for the assumptions which were made for the used parameters.

For example I tried the following:

restart;
with(Statistics):
Y1 := RandomVariable(Beta(nu, omega)):
assume(0 < nu, 0 < omega):
c1:=solve({mu = Mean(Y1), sigma^2 = Variance(Y1)},{nu,omega}, UseAssumptions);

Now the problem is, that UseAssumptions makes a distinction of cases, even if -like in this case- the results do not differ from each other.

How to find all Hamiltonian cycles of >G:=CartesianProduct(CycleGraph(k),PathGraph(n));? The command >IsHamiltonian(G);  finds only one such a cycle and this is enough in the most cases. There is a command HamiltonianCycles[G, All] in Mathematica 7 , but I don't find any single command to consruct the Cartesian product of graphs there ( k and n may be large numbers).

I want to ask it is possible to force Maple to show step by step solution but not use l'hopital's rule at all. Thanks

Hi,

sorry for this question that it is surely for moron's level, but I am absolutely new to Maple, have read the manual, have checked internet and I cannot find a clear answer to the not-clear-to-me probably obvious.

for

isolate(y=a*cos(theta)-tan(b)*a*sin(theta),theta)

I get

Hi, i must  write a programme but i have to prepare  this programme without sort and identify codes.the aim of this programme is to sort all the  entered irrational and rational number from the big to the little?

Hi.

I have a loop that performs about 100 calculations, every calculation lasts about 2 minutes on my computer.

The machine is very slow, and often hangs despite Maple is the only actively running program. For example, after 5 successful calculations, nothing happens for 20 minutes (the computer almost doesn´t respond), then it starts working for a while, then hangs again.

Even after a night of counting much less than half of needed work is done.

Is it possible to do something here?

Is it possible to export a picture (plot) in a file?

If it may be important, I get hundreds of plots (in a loop) and would like to export all of them, for example as .jpg files.

Thanks!

Hi,

I'm trying to simplify the following:

simplify((x^3)^(2/3));

I'm expecting x^2 but Maple doesn't simplify anything. Why not? I'm clueless.

When I solve a determined linear system of equations with two equations and two parameters I receive a set of equations.

E.g.

s1:=solve({mu = n*p, sigma^2 = n*p*(1-p)},{n,p});

                              2                 2
                            mu            -sigma  + mu
              s1 := {n = ------------, p = ------------}
                              2                mu
                        -sigma  + mu

BUT when I like to solve an overdetermined system of equations, solve is not applicable in the same way, i.e.

How do we add matrices?  I have maple 12 student edition, shortly to be Maple 13 student.  Thank you!

First 1995 1996 1997 1998 1999 2000 2001 Last Page 1997 of 2434