summaryrefslogtreecommitdiff
path: root/620/CH19/EX19.1/example19_1.sce
blob: 05c1a523593ba836c64773a641f58a0fd6fec832 (plain)
1
2
3
4
r=1000;
l=1;
t=l/r;
disp("the time constant (in ms) of the circuit is"); disp(t*10^3);