summaryrefslogtreecommitdiff
path: root/671/CH3/EX3.22/3_22.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH3/EX3.22/3_22.sce')
-rwxr-xr-x671/CH3/EX3.22/3_22.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/671/CH3/EX3.22/3_22.sce b/671/CH3/EX3.22/3_22.sce
new file mode 100755
index 000000000..a30cd9822
--- /dev/null
+++ b/671/CH3/EX3.22/3_22.sce
@@ -0,0 +1,12 @@
+L=20/1000
+VR2_0p=10
+VR2_inf=0
+VR2_1=5
+
+t=1/1000
+T=-t/log((VR2_1-VR2_inf)/(VR2_0p-VR2_inf))
+
+R2=L/T
+R1=1/(2/VR2_0p-1/R2)
+
+disp(R2,R1) \ No newline at end of file