terryma

10 Reputation

One Badge

9 years, 198 days

MaplePrimes Activity


These are questions asked by terryma

Dear all

I have such an expression in the file (test.mw). Obviously it is not a simple form. 10should be cancelled both in denominator and nominator. I have applied the function simplify(). However, it doesn't work.  I hope someone can do me a favor. That will help me a lot. Thanks

f=x^2.  It's easy to compute the fouier transform. F(y)=fourier(f,x,y).

However, I want to do more. replace the variable y with a new formula g(z)=z^2.

I tried  "subs(y=g,F)". But failed. Need your help.

with(MTM):

f := x^2

x^2

(1)

F := fourier(f, x, y)

-2*Pi*Dirac(2, y)

(2)

g := z^2

z^2

(3)

subs(y = g, F)

-2*Pi*Dirac(2, y) = z^2

(4)

NULL

``

 

Download code.mw

Dear all, I have obtained some figures in Maple code. But they looks not very good. Iwant to export the plot data to matlab. Then try to plot in matlab. I think it should't be very hard. Does anyone can help me? Thanks

I am a new guys for Maple. I want know how can I compute this equation.   (x2)0.5=x.

I think it's simple. But I'm not sure how to impepment in Maple. If you know how to deal with it . Contact me. Thanks

Page 1 of 1