User Portlet User Portlet

Discussions
I can verify that BodePlot gives the correct answer. You can plot the function yourself with LogLogPlot, and LogLinearPlot as follows: f[x_]:=Abs[4(s-20)/(s (s+0.8))/.s->I x] g[x_]:=Arg[4(s-20)/(s (s+0.8))/.s->I x] ...