MaplePrimes Questions

i use Infeld's The Factorization method and find this Hermit is type D. since not exactly match r i use R(x,m) = r(x,m) + f(m) and compare them, then find k = x but eigenfunction Y := C*exp(-int(x,x)); has constant C, range x should between negative infinity and infinity. C is 1/Pi^(1/4) after solved. i guess this is wrong, but i do not know where is wrong.

another problem is that i assume C = 1, after sum for generating function the solution is not the same as mentioned in book which is exp(2*x*z-z^2)...

Hi. Can anyone help me with getting all the prime numbers from 1 to 2000 in maple with "from 1 by 1 to 2000 do" and maybe use "if"? How do i make this?

I am trying to compare two matrices in a while loop. Here is part of my maple code with the comparison of Matrix B and Matrix E

Can anyone help me draw this drawing in a plot? 

 

How to add markers to the plot?

 

like this (Mathcad)

http://hostingkartinok.com/show-image.php?id=463430d32fa17177980d7308df09ca2c

Can someone explain to me how I flush the memory build up that occurs as Maple keeps track of historical execution?

If I, for example, write a FOR loop that iterates a huge amount of times and don't include the colon after "end do", but rather use the semicolon, the memory usage keeps creeping up and then finally Maple just goes off into never land and never comes back.

I tried this in Windows and Mac OS X.  Same results.

I thought I could add an interface(historysize=?...

Hello all

I have a worksheet where I solve numerically a system of differential equations and define a lot of quantities based on the solution. Since I have to plot alot of stuff and make a lot of fits, the worsheet got cluttered and it's not so easy to find what I want anymore (besides, just running the entire thing takes A LONG time). So my question is, can I save the solution and the quantities I defined and use it as a "kernel" for other worksheets, so I can have...

Hi,

can anyone help me in solving the following PDE:

restart:

with(PDEtools):

> PDE := M1(x1, x2)*(diff(M1(x1, x2), x1))+(diff(M1(x1, x2), x2))*M2(x1, x2)*(1+x1^2)-2*x1*M2(x1, x2) = 0;
 
thank you,
regards,
Mutaz

testeq() gives inconsistent results. See this example:

Equation (1):

Y*(1-h*p^Phi)*(1-t)+sum(Y*(1-t)/(1+r)^s, s = 1 .. infinity)

computes to

Y*(1-h*p1^Phi)*(1-t)+sum(Y*(1-t)/(1+r)^s, s = 1 .. infinity)

Equation

hey guys , my concern is about boundaries in random matrix or rtable. so, i can garantee that boundaries in  matrices are in 0 and 10, but i can´t impose a restriction  like the sum of row must be equal 10 for example.
help !! 

pop:=(10-0)*ArrayTools:-RandomArray(proc(A)
local i
if A::rtable[row] then 
seq(A(i),i=1..NumElems(A));
else
args
end if 
end proc(10,3))+0; 

Hello!

Maple 16 differs from Maple 15  (Linux, 64 bit )  in that the plots (both 2D and 3D) have all lines contoured in black.  

How to disable such new behaviour?

Hello,
I need help on plotting in for loop.
for M from 1.1 by .2 to 1.7 do 
for F from -3 to 3 by 0.1 do F2[F]:=dsolve(d1, numeric,output=listprocedure): end do:
for F from -3 to 3 by 0.1 do
P2[F]:=subs(F2[F],P1);
P3[F]:=evalf(Int(P2[F],0..1));
end do:
IQ:=Vector([seq(F,F=-3..3,0.1)]):
DT:=Vector([seq(P3[F],F=-3..3,0.1)]):
plot(IQ,DT);
end do;
The above code gives me 4 separate plots, but I want them all in just one plot.

How to solve this inequality? 6/(2*x+1)>(1+log[2](2+x)/x). I tried

solve(6/(2*x+1)>(1+log[2](2+x)/x),x);

I receive: "Warning, solutions may have been lost."

Sorry, I understand that my question sounds crazy, but that's what happened:

  I had a working Maple program  and Maple 15 installation on Ubuntu 11.10 64 bit

After I updated to Ubuntu 12.04 ,  Maple 15  starts, but returns almost all (except most primitive)  integrals unevaluated.

My old working worksheets not return all integrals unevaluated. 

Same with Maple 14. 

I have no idea what could have happened...

Hello,

1-I have one calculation and the result is "Error, (in expand/bigprod) object too large"... What can I do with this error?

thamks alot.

First 1668 1669 1670 1671 1672 1673 1674 Last Page 1670 of 2428