diff options
Diffstat (limited to '1658/CH5/EX5.9/Ex5_9.sce')
-rwxr-xr-x | 1658/CH5/EX5.9/Ex5_9.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1658/CH5/EX5.9/Ex5_9.sce b/1658/CH5/EX5.9/Ex5_9.sce new file mode 100755 index 000000000..2d02b8bb6 --- /dev/null +++ b/1658/CH5/EX5.9/Ex5_9.sce @@ -0,0 +1,9 @@ +clc;
+R=330;
+VS=5;
+VD=VS;
+disp('V',VD*1,"VD=VS=");
+VR=0;
+disp(VR,"VR=");
+I=0;
+disp(I,"I=");
|