Solve dispersion equation (8). I know h, d, ua and u. How can I solve such equation in matlab

3 views (last 30 days)
where, ua=2.8668,u=19.2503,h=1mm (for solid line in middle) ,d=1mm

Answers (1)

Pavan Guntha
Pavan Guntha on 30 Mar 2021
Hi Vishal,
You can declare beta as a symbolic variable and use solve function to solve the dispersion equation. You can refer to the documentation of syms and solve function for more details.
Hope this helps!

Community Treasure Hunt

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

Start Hunting!