diff options
Diffstat (limited to '3630/CH3/EX3.17/Ex3_17.sce')
-rw-r--r-- | 3630/CH3/EX3.17/Ex3_17.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH3/EX3.17/Ex3_17.sce b/3630/CH3/EX3.17/Ex3_17.sce new file mode 100644 index 000000000..1ea0b2ab9 --- /dev/null +++ b/3630/CH3/EX3.17/Ex3_17.sce @@ -0,0 +1,7 @@ +clc;
+//ex3.17
+Vin=20; //volt
+Vz=9.1; //volt
+Rs=2200; //ohm
+I=(Vin-Vz)/Rs; //Ampere
+disp('mA',I*1000,"I="); //The answers vary due to round off error
|