Fourier Series
|
03-17-2016, 11:23 PM
Post: #1
|
|||
|
|||
Fourier Series | |||
03-18-2016, 01:24 AM
Post: #2
|
|||
|
|||
RE: Fourier Series
PocketCASpro on my iPad gives the same answer as the Prime.
— Dirk Hartland |
|||
03-18-2016, 07:42 AM
Post: #3
|
|||
|
|||
RE: Fourier Series
You must add an additional parameter a if the function is defined on [a,a+T] instead of [0,T] where T is the period. You should also do assume(n,integer) before calling fourier_bn.
|
|||
03-18-2016, 09:55 AM
Post: #4
|
|||
|
|||
RE: Fourier Series | |||
03-18-2016, 11:24 AM
Post: #5
|
|||
|
|||
RE: Fourier Series
I don't think you understand my answer, compare
Code: assume(n,integer); fourier_bn(x,x,2*π,n,-pi) Code: assume(n,integer); fourier_bn(x,x,2*π,n) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)