summaryrefslogtreecommitdiff
path: root/620/CH29/EX29.9/example29_9.sce
blob: 078b4eeb23b78747f82b074d6eedfb4629321c20 (plain)
1
2
3
4
r=10*10^3;
c=200*10^(-12);
f=1/(2*%pi*r*c);
disp("the frequency of oscillation (in kHz) is"); disp(f*10^(-3));