MaplePrimes Questions

I have used the FourierTransform command in Maple 14 and I have identified high frequency content in a signal (data collected).

I would like to filter out the high frequency content but I cannot find a command which does that and nor could I find a post about doing so.

There is a package, HarmonicAnalyses, for sale, which I could purchase.

Is there anyway to do this with Maple 14?

Would the Harmonic Analyses package do what I want? 

HI,

 

My name is Jason Brown, and I am a professor of mathematics at Dalhousie University. I am trying to reach an old student of mine, Carl Hickman. Is he still working at Maple? My emails are brown@mathstat.dal.ca and jib@eastlink.ca.

 

Sincerely,

 

Jason Brown

Hi! I have a problem with the total PDE linear system:

F=F(x,y,z,w,h);

X1(F)=F[x]+F[y]+F[z]+F[w]=0;

X2(F)=x*F[x]+y*F[y]+z*F[z]+w*F[w] - h*F[h]=0;

X3(F)=x^2*F[x]+y^2*F[y]+z^2*F[z]+w^2*F[w] - ((z-x)*h+C*(w-y)/(z-x))F[h]=0;  (C=const)

The Poisson brackets are:

[X1,X2]=X1, [X1,X3]=2*X2, [X2,X3]=X3.

I'v tried to solve this system with pdsolve, but F=const is the only Maple's answer. But I am sure that this system has a...

I love using the inequal function to plot the feasible region for a 2-d linear programming problem.  Is there a function that does the same thing in 3-d?

Thank you.

Hi I was wondering if it is possible to integrate over summations using Maple? I know integration is a summation but is it possible to sum a sum so to speak. Thank you.

Sean

I was using the Matlab toolbox in Maple 13 and everything was great until I upgraded Matlab from version 2008b to 2010b. Is it that the new vesrion is not supported? Or can I work around that?

Thank you.

Fernando

So I have an image given by plot[some function] and I need a table with 2 columns - x and f(x)...

In a previous question I answered I had attempted to turn what I did into a proc.  It works fine by itself but when it's in a proc it won't display both plots.  Not sure if it's because there's too many levels of calling or if it's a bug. 

plotoversurface:=proc(p1,s1)
  local a,b,to3d,c:
  a:=plot3d([s1],x=-10..10,y=0..100,style=patchnogrid):
  b:=plot(p1):
  to3d:=plottools:-transform((x,y)->[x,y,s1]):
  c:=to3d(b):

How would I graph this circle, in the complex plane, in Maple 12:

abs(z - 2) = 2?

Dear friends,

    The Physics package in Maple is a good tool for quantum physics. However, I came across some problems with the package when I performed a computation. Please see the figure.

The left-hand code (last two lines) shows Amx.Amy.Ket(x,1,1)=”-Ket(x,0,0)”. However, I believe that the answer is wrong; it seems that the negative sign should not be here.

The “am.Ket(B,4)=2ket(B,3)”

 

Hi,

 

I would like to compare different decision methods. All these methods can be described in general with the  following function:

f:= (X::Matrix,C::Vector)-> TerminalScores::Vector

In my comparison I fix C, and X to constant numeric values. The exception is  X[1,1] :=t parameter. Hence with the unapply(f(X,C),t) I can generate a single-parameter function for each method.

Fist, I would like to diffrentiate the methods (f1, f2, f3...

Hello,

is it possible to search for only real discontinuities? There is a discont command and you can see in the help that it finds discontinuities over the reals. But it searches also over the complex domain. Can I restrict the command only for the real domain? I tried to use "assuming real", "RealDomain", but nothing works.

You can try the following example function: f := x-> 3/(1-exp(1/x)):

The only real discontinuity is in 0,...

I'm going to put this plot into LaTeX, so it'd be nice if the font is similar. Both equations are functions of one variable.

 

Is there a nice, concise command to do this? Additionally, what's the easiest way to export this graph into a format useable by pdfLaTeX?

 

Thanks so much!

 

I'm running Maple 14, if that matters.

Hi everybody:

I was wondering if there's a tool in maple that would allow you to plot a function f(x,y) over a geometric shape (e,g,, a triangle). Sort of like the Matlab logo if you know what I mean. Or even simpler: for x=0,y=0..10, sin(y), and y=10,x=0..10, sin(x)

thanks a lot

dimitrios

Maples own spiralgraph or kalidascope.

It's kind of annoying sometimes when you create a plot and you haven't got enough points to see a nice smooth curve.  It's an easy fix, of course. Just add numpoints=x where x is any number you want.

However, that being neglected this simple little animation reminded me of the spiralgraph craze in the early 80's, or could even be a kalidascope if the colors changed.

with(plots):
animate(spacecurve,[[sin(x*t),x,cos(x*t)...

First 1957 1958 1959 1960 1961 1962 1963 Last Page 1959 of 2434