diff options
Diffstat (limited to '10/CH4/EX3')
-rwxr-xr-x | 10/CH4/EX3/cha4_3.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/10/CH4/EX3/cha4_3.sce b/10/CH4/EX3/cha4_3.sce new file mode 100755 index 000000000..6e0cd45bc --- /dev/null +++ b/10/CH4/EX3/cha4_3.sce @@ -0,0 +1,13 @@ +Eaa=111;Ia=120;Ra=0.1;
+Rfw=80;Eac=85;If=0.5;
+v=100;
+
+Vt=Eaa-(Ia*Ra)
+
+Rf=v/1
+
+Rfc=Rf-Rfw
+
+Rfcrit=Eac/If
+
+Rfc=Rfcrit-Rfw
|