diff options
Diffstat (limited to '671/CH14/EX14.1/14_1.sce')
-rwxr-xr-x | 671/CH14/EX14.1/14_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/671/CH14/EX14.1/14_1.sce b/671/CH14/EX14.1/14_1.sce new file mode 100755 index 000000000..384f386dd --- /dev/null +++ b/671/CH14/EX14.1/14_1.sce @@ -0,0 +1,6 @@ +Rv1=60/1000*10000
+Rv2=120/1000*10000
+Rx=(Rv2-Rv1)*(1/(27.5/30*2-1)-1)
+I=27.5/1000/600*(Rx+600)/Rx
+Vact=Rx*I
+disp(Vact)
|