Alger

524 Reputation

18 Badges

15 years, 195 days

MaplePrimes Activity


These are questions asked by Alger

Dear all,

I know how interpolating curves using 1D Fourier tranform.

see http://www.mapleprimes.com/questions/121551-Fourier-Serie-And-Discrete-Fourier-Transform

How to use 2D Fourier transform to find a 2D Fourier series to interpolate surfaces as:

f := proc (x, y) options operator, arrow; sin(x)^2+cos(y)^2 end proc

plot3d(f(x, y), x = 0 .. Pi, y = 0 .. Pi)

Or surface data [x,y,f(x,y)].

Thank you

Hi all

How to read a value from keyboard of PC when executing a maple document and assign it to a variable ?

Thanks

Hi all,

I have this small code as example:

> restart:with(LinearAlgebra):
> e1:=5*x1-x2+6*x3+10*x4-10;

                 e1 := 5 x1 - x2 + 6 x3 + 10 x4 - 10

> e2:=x1-x2+x3-10*x4;

                      e2 := x1 - x2 + x3 - 10 x4

> e3:=2*x1+3*x2-8*x3-x4+20;

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

Hi,

I have tf=0.04s but the probe plot only 0.02s at one simulation, 0.03s for another simulation ! How to oblige the probe to plot from 0s to 0.04s ?

Thanks

3 4 5 6 7 8 9 Last Page 5 of 15