summaryrefslogtreecommitdiff
path: root/3513/CH9/EX9.6/Ex9_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3513/CH9/EX9.6/Ex9_6.sce')
-rw-r--r--3513/CH9/EX9.6/Ex9_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3513/CH9/EX9.6/Ex9_6.sce b/3513/CH9/EX9.6/Ex9_6.sce
new file mode 100644
index 000000000..49f6109ba
--- /dev/null
+++ b/3513/CH9/EX9.6/Ex9_6.sce
@@ -0,0 +1,11 @@
+//Determine the probability of survival of the system
+//page no 220
+clear
+clc;
+t=1500;
+dt=1.56*10^-5;
+dr=2*10^-5;
+df=1.7*10^-5;
+ds=dt+dr+df;
+RS =%e^(-ds*t);
+mprintf("\Rs = %.4f \n",RS);