diff options
Diffstat (limited to '10/CH4/EX2')
-rwxr-xr-x | 10/CH4/EX2/cha4_2.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/10/CH4/EX2/cha4_2.sce b/10/CH4/EX2/cha4_2.sce new file mode 100755 index 000000000..fbdae0ed8 --- /dev/null +++ b/10/CH4/EX2/cha4_2.sce @@ -0,0 +1,13 @@ +Ia=120;Vt=100;Ea=100;
+Ra=0.1;Ar=0.06;EA=98;
+Ifeff=1.4;
+
+Vt1=Ea-(Ia*Ra)
+
+Ifeff1=1-Ar
+
+V=EA-(Ia*Ra)
+
+Ea=(Vt)+(Ia*Ra)
+
+Ifactual=Ifeff+Ar
|