diff options
Diffstat (limited to '10/CH4/EX12')
-rwxr-xr-x | 10/CH4/EX12/cha4_12.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/10/CH4/EX12/cha4_12.sce b/10/CH4/EX12/cha4_12.sce new file mode 100755 index 000000000..36d189ff9 --- /dev/null +++ b/10/CH4/EX12/cha4_12.sce @@ -0,0 +1,10 @@ +Supv=120;Ia=20;Ra=0.5;
+Ka=0.05;
+
+Vt=Ia*Ra
+
+A=(Vt/Supv)
+
+Ea=Supv-(Ia*Ra)
+
+N=Ea/Ka
|