MaplePrimes Questions

Hi,

I would like to solve the system of PDEs

PDE1 := diff(a(x,t),t) = - 2*a(x,t) + 1*b(x,t)
- 4*( diff(a(x,t),x,x) + a(x,t)*diff(b(x,t),x,x) - b(x,t)*diff(a(x,t),x,x) );

PDE2 := diff(b(x,t),t) = - 1*b(x,t) + 2*a(x,t)
- 4*( diff(b(x,t),x,x) - a(x,t)*diff(b(x,t),x,x) + b(x,t)*diff(a(x,t),x,x) );

subjected to the initial value

IC := [ a(x,0)=exp( (x-0.5)^2 ), b(x,0)=0 ];

If I try to do so by typing

pdsolve([PDE1,PDE2],IC,numeric);

I want to now how to convert from maple to letec

thankyou

Any word on an applications collection DVD(s) from maplesofts applications center for offline browsing?
I had made the suggestion a while ago.  What is the status of that project?  Is it still under consideration?

I thought it could be purchased seperately, or included in new releases of Maple.

Features
  * All the applications in the application center in a similar browsable format
  * Update button that updates a folder on your...

What is the number of the Latin squares of order 5 (see http://en.wikipedia.org/wiki/Latin_squares
for more details), having all  entries of its diagonals different (e.g. Matrix( [[1,2,3,4,5],[5,3,4,1,2],[4,5,2,3,1],[2,4,1,5,3],[3,1,5,2,4]] )

Hi friends
This is strange for me, but Maple could not solve the below integral. I tried with online version
of Mathematica and it solved for me. The solution is Hypergeometry function. 
> f := ((1/2)*r+1/r)^(1/n);

> int(f, r);
What is the problem?
 
Regards!

I want to be able to create expressions in the two noncommutative variables a and b such that an expression

(b+a)*a +ba symplifies to a*a. Thus the first expression expands to ba+aa, which when added to ba

yields ba+aa+ba=aa.

How to arrange for this will be greatly appreciated.

Hi, I would like to label curves on a plot but using horizontal text looks really bad.  I would like to use verical text labels or even text labels that follow the curves.  It this possible in Maple?  I have tried rotate with textplot but that only rotates the point and not the text.  Any ideas would be great! Thanks.

Hi,

Is there any syntax highlighting for the "code edit region"?

 

thanks.

 

please in nead help in this aaplication (HydraulicsStewartPl) :

1-How  do i change the position of platform in playback mode ?

2-How do i connect this model to the out side world

Hi!

I'm wondering how to substitute eval(diff(P(x, tau, p), p), p = 0) in the equation below with v[1](x, tau)

 

I want solve this inequations

> solve((1/4*(beta^2-6))*(-beta^2+2*alpha) > 0);
After running, maple gives an answer in four lines alpha < (1/2)*beta^2 0 < -(1/2)*beta^2+3 (1/2)*beta^2 < alpha -(1/2)*beta^2 < -3 [] beta = -sqrt(6) [] beta = sqrt(6) now I have questions: 1) In spite of knowing range of beta in thhe second parts of first two lines of answer, why maple...

Hi,

I have two Sum as:

f:=t->Sum(A[m]*cos(m*w*t+m*t0),m=0..mm);

g:=phi->Sum(B[n]*cos(n*phi+n*phi0),n=0..nn);

I want to get the product of f*g as

h:=(t,phi)->Sum(Sum(C[m,n]*cos(m*w*t+n*phi+cmn),n=0..nn),m=0..mm);

Is it possible and how to do that ?

Thanks

A simple timing program

st:=time():
for i to 35 do
  i;
end do;
time()-st;

On M16 seems to display after 7 seconds, the time reads 0.010
On M12 it displays in roughly 2 seconds with the time as 0.170

It is physically longer with M16.  Do others get the same results?

**edit add**
No comments?  I should add that it is a laptop 1.4Ghz single core.  Not that it matters but maybe M16 is set up to work more efficiently...

Hello,

I am trying to read some text filw with maple. But the first few lines in this file are nothing I need to read. Do you have any Idea how to skip? If I use readdata I get some lines from header too, because there are some numbers.

So text looks like:

.............................................................................
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
........................................................................ ...

First 1720 1721 1722 1723 1724 1725 1726 Last Page 1722 of 2434