Message Boards Message Boards

0
|
1373 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

How to graph a series of complex exponential Fourier?

Posted 3 years ago

Greetings,

I am new to Wolfram, I have a problem, I need to graph this Fourier series in exponential form, but my variable k is in the denominator, this gives me an error, and as it seems it is because at some point my variable k takes a value of zero, creating an indeterminacy. Could you help me solve this problem please, I THANK YOU VERY MUCH.

POSTED BY: WILLIAM DOICELA
Posted 3 years ago

The range specification for Plot cannot specify a step size. Plot uses adaptive sampling to determine the points to be plotted.

Plot[{t^2, f[t, 20]}, {t, 1, -3}]

enter image description here

Manipulate[Plot[ {t^2, f[t, m]}, {t, -3, 3}], {m, 1, 10}] 

enter image description here

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract