Hi everyone, how could I run Bodeplot command of W|A on Mathematica? For example, if I write bodeplot(1/s) in W|A, I obtain the plots of magnitude and angle. I would like to obtain the same result with the same screen on Mathematica. I know that Mathematica allows this; in fact, for example it is possible to solve equation in Mathematica using W|A:
WolframAlpha["x^2=x",
PodStates -> {"Solution__Step-by-step solution"}]
Thank you for your time.