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