summaryrefslogtreecommitdiff
path: root/3630/CH3/EX3.19/Ex3_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH3/EX3.19/Ex3_19.sce')
-rw-r--r--3630/CH3/EX3.19/Ex3_19.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3630/CH3/EX3.19/Ex3_19.sce b/3630/CH3/EX3.19/Ex3_19.sce
new file mode 100644
index 000000000..a949a61f0
--- /dev/null
+++ b/3630/CH3/EX3.19/Ex3_19.sce
@@ -0,0 +1,9 @@
+clc;
+//Ex3.19
+IT=0.00495; //Ampere
+Vz=9.1; //volt
+RL=10000; //ohm
+IL=Vz/RL; //Ampere//fromV=R*I
+Iz=IT-IL; //Ampere/Iz=IT-IL;
+disp('mA',Iz*1000,"Iz="); //The answers vary due to round off error
+