diff options
Diffstat (limited to '3630/CH3/EX3.18/Ex3_18.sce')
-rw-r--r-- | 3630/CH3/EX3.18/Ex3_18.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH3/EX3.18/Ex3_18.sce b/3630/CH3/EX3.18/Ex3_18.sce new file mode 100644 index 000000000..0674e089e --- /dev/null +++ b/3630/CH3/EX3.18/Ex3_18.sce @@ -0,0 +1,7 @@ +clc;
+//Ex3.18
+Vz=9.1; //volt
+RL=10000; //ohm
+IL=Vz/RL; //Ampere fromV=R*I
+disp('micro Amperes',IL*1000000,"IL="); //The answers vary due to round off error
+
|