wookah

8 Reputation

2 Badges

16 years, 116 days

MaplePrimes Activity


These are questions asked by wookah

Hello,

I have got the following problem:

my data is stored in 3-dimensional arrays but I need my data as Vectors in order to call the function FourierTransform.

Right now I transform it by hand like this (my data is stored in the 3-dimensional array fArray):

fVector11:=Vector(N):
fVector12:=Vector(N):
fVector21:=Vector(N):
fVector22:=Vector(N):

Page 1 of 1