diff options
Diffstat (limited to '3630/CH3/EX3.6/Ex3_6.sce')
-rw-r--r-- | 3630/CH3/EX3.6/Ex3_6.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH3/EX3.6/Ex3_6.sce b/3630/CH3/EX3.6/Ex3_6.sce new file mode 100644 index 000000000..6cccb1328 --- /dev/null +++ b/3630/CH3/EX3.6/Ex3_6.sce @@ -0,0 +1,7 @@ +clc;
+//ex3.6
+Vave=26.8; //Volt
+RL=20000; //Ohm
+Iave=Vave/RL; //Ampere//from v=r*i
+disp('mA',Iave*1000,"Iave=");
+
|