summaryrefslogtreecommitdiff
path: root/1658/CH5/EX5.13/Ex5_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1658/CH5/EX5.13/Ex5_13.sce')
-rwxr-xr-x1658/CH5/EX5.13/Ex5_13.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1658/CH5/EX5.13/Ex5_13.sce b/1658/CH5/EX5.13/Ex5_13.sce
new file mode 100755
index 000000000..947c15655
--- /dev/null
+++ b/1658/CH5/EX5.13/Ex5_13.sce
@@ -0,0 +1,8 @@
+clc;
+VS=6;
+VD1=0.7;
+VD2=0.7;
+VR=1.5*10**3;
+I=(VS-VD1-VD2)/VR;
+disp('mA',I*10**3,"I=");
+