Hi,
I have done this RLC with sage and I am trying to get it working on ijulia,
I am beginning and lost in graphic module...
Could a good soul do it for me ?
var("w omega");
R=10;L=1E-2;C=2.2E-6;Omega=w;w=1/sqrt(L*C);
plot(abs(1/(1+i*omega*R*C-omega*omega*L*C)),
omega,0,2*w,figsize=4,frame=True,
fontsize=8,axes=False,color="red")
The graphic on sage is resonnance curve
Best regards
Henri
So far (well indeed not much...), I don't know how to affect w omega and
doing the plot command
using PyPlot
u=1/pi*360;s=1/(pi*360)
R=80;L=1E-6;C=2.2E-12;
w=1/sqrt(L*C);