diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /10/CH4/EX9 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '10/CH4/EX9')
-rwxr-xr-x | 10/CH4/EX9/cha4_9.sce | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/10/CH4/EX9/cha4_9.sce b/10/CH4/EX9/cha4_9.sce new file mode 100755 index 000000000..b7a64d7a0 --- /dev/null +++ b/10/CH4/EX9/cha4_9.sce @@ -0,0 +1,29 @@ +Iarated=100;Vt=100;
+Ra=0.1;
+Ia1=200;
+
+Iastart=Vt/Ra
+
+Rae=(Vt-20)/(200)
+
+Ea2=Vt-Iarated*(Ra+Rae)
+
+Rae2=(Vt-Ea2-20)/(200)
+
+Ea3=Vt-Ia*(Ra+Rae2)
+
+Ea3=Vt-Iarated*(Ra+Rae2)
+
+Rae3=(Vt-Ea3-20)/200
+
+Ea4=Vt-Iarated*(Ra+Rae3)
+
+Rae4=(Vt-Ea4-20)/200
+
+Ia=(Vt-Ea4)/Ra
+
+R1=Rae-Rae2
+
+R2=Rae2-Rae3
+
+R3=Rae3-Rae4
|