MaplePrimes Questions

Why is this not giving any results at all?

solve({r*rr=0, a*p*d=rr},d)

I tried to get the maximum points of a function of 3 independent variables (f(a,b,t)) in time domain. and plot the maximum points as function of a and b. f(1.3,1.3,t) is as below:

-4.93+3.14*t+2.8*10^(-8)*cos(1.3*t)-5.683039989*10^(-8)*sin(1.3*t)+4.934802227*cos(t)+3.141592742*sin(t)

but "maple" is not able to calculate the maximum of this function analytically and must try out optimization box. Please advise me how to plot the function "g(a,b):=Maximize(f(a,b,t...

Dear, slamu aleekum

If i have

M=100,    j run from 1 to 15,     i run from 1 to M

How can i use       i-j mod M

                          i+j mod M

thanks for help

I have a nonlinear partial diff eq which I am sure has been categorized.  How do I go about finding literature on the eq & the approach to solve it.  I have visited various websites that have catalogs of nonlinear partial diff eq's.  The problem is notation is so NONSTANDARD I have no IDEA what I am reading.  I have included a PDF eq_of_choice.pdf with my notation which I am familiar with. ...

Included below is vector partial diff eq I am working with.  To get rid of the time deriv's I took the LaPlace transform & the remaining spatial eq in the s-domain is listed.  To make matters simpler I set beta = 0 to get rid of the curl of the field.  What remains is essentially the Helmholtz eq.  To simplify further I just found the homogeneous soln for the x direction only.

As can be seen the eigenfunctions are exponentials with s beneath...

gam := 1.4;
p[L] := 1;
u[L] := 0;
rho[L] := 1;
p[R] := 1;
u[R] := 1;
rho[R] := 1;
p1 = 1/2*(p[L]+p[R]);
A[L] := 2/((gam+1)*rho[L]);
A[R] := 2/((gam+1)*rho[R]);
B[L] := (gam-1)*p[L]/(gam+1);
B[R] := (gam-1)*p[R]/(gam+1);
a[L] := (gam*p[L]/rho[L])^(1/2);
a[R] := (gam*p[R]/rho[R])^(1/2);
if p1 > p[L] then
     f[L] := (p1-p[L])*(A[L]/(p1+B[L]))^(1/2);
     df[L] := (A[L]/(p1+B[L...

Hello,

These days I thought a question:how to creat a variable delay?

As illustrated in Fig.1, if delay time T is constant, then the output is y(t)=u(t-T), so we can use a block named "Pade Delay" in maplesim to achieve our purpose.As shown in Fig.3.

If delay time is variable,namely,T(t), then the output is y(t...

Hi All,

 

I'm new here and to Maple and this is my first post.

 

How do I get maple to evalaute the following expression:

 

sum(exp(-1/2*(((psi-theta) + 2*pi*n) / (sigma))^2), n=1..infinity);

 

psi and theta are angles, sigma is a constant - basically psi, theta and sigma are numbers. In fact the summation is where n is a member of Z (set of integers) but I will be happy with a solution for n= 1..infinity.

when I eval an expression at one x value it works but why does eval fail to work when multiple values of x are passed on to eval as a list....

a:=x^2

eval(a,x=9) will result in 81.

But eval(a,x=[9,10]) does not produce   81,100 .

I was under the impression that multiple values of x can be passed on as a list. Please let me know where I am making mistake(s). Thanks in advance !!

I am thinking about using Maple for my math calculations and work. Is Maple going to be around and vibrant since its acquisition by a Japanese software group? Just wanted to make sure I am not investing time and resources in a technology that might be phased out. Thanks in advance!

I need help with unapply command in order to create functions out of solutions produced by the solve command. For example, I want to solve ax^2+bx+c=0 and create a function out of the first of the two results. Thanks in advance!!

How can I use the eval command to evaluate x^2 at  [5,7]. I know how to eval x^2 at just x=5 or just x=7 but I am not sure how to evaluate the entire list [5,7]. Thanks in advance !!

what is the purpose behind the command gc()  ? Thanks in advance !!

Some time after I start using Maple 13 I notice that the scroll bar on the right is choppy. I also notice similar issues when I plot a 2D graph with the plot and the scroll bar becoming choppy. Could this be a computer memory problem? I am using Maple 13 on Windows XP with 1.25GB RAM. Thanks in advance !!

Please help me with function mapping.

I want to map 1/x over the list [2,6,8]. 

Thanks in advance !!

First 1914 1915 1916 1917 1918 1919 1920 Last Page 1916 of 2431