Plot dispersion curves using Bloch theorem
Show older comments
Hi,
I am trying to reproduce below dispersion curves. (dashed lines, not red)

Dispersion relation equation is as follow with mr = 0.125 and omegar=1

I used fimplicit function to plot this, but it seems it only gives me similar graph for the real portion as below.(with code)

m=0.125;
r=1;
syms x y
f=2*(1-cos(x))-(y)^2*(1+(m)/(1-((y)^2/(r)^2)))
fimplicit(f,[-2 2 0 2])
Any wisdom to plot this?
Accepted Answer
More Answers (0)
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!