summaryrefslogtreecommitdiff
path: root/1658/CH5/EX5.9/Ex5_9.sce
blob: 2d02b8bb682b0ec728d48f9a02fe3d629d8e31ae (plain)
1
2
3
4
5
6
7
8
9
clc;
R=330;
VS=5;
VD=VS;
disp('V',VD*1,"VD=VS=");
VR=0;
disp(VR,"VR=");
I=0;
disp(I,"I=");