Series Solution in Matlab

2 views (last 30 days)
Baris Can
Baris Can on 21 Jan 2013
The series problem that i want to solve can be seen below
M = [(2m+1)pi]/2
i want to plot Tv parameter while Uav parameter changes from 0 to 100
i tried to use some symbolic tool commands in command window, however i couldnt be succesful to solve this problem, i really appreciate for coming answers
  2 Comments
Roger Stafford
Roger Stafford on 21 Jan 2013
I don't think the symbolic toolbox will find an explicit answer to your problem, Baris. If not, you will have to depend on computing it numerically. Except for very small values of Tv the series should converge very rapidly.
Walter Roberson
Walter Roberson on 21 Jan 2013
Uav does not appear to be a parameter there. Tv appears to be a parameter there.
Does the [(2m+1)pi] indicate floor((2*m+1)*pi) ?

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!