summaryrefslogtreecommitdiff
path: root/1052/CH31/EX31.4/314.sce
diff options
context:
space:
mode:
Diffstat (limited to '1052/CH31/EX31.4/314.sce')
-rwxr-xr-x1052/CH31/EX31.4/314.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1052/CH31/EX31.4/314.sce b/1052/CH31/EX31.4/314.sce
new file mode 100755
index 000000000..a3302e40d
--- /dev/null
+++ b/1052/CH31/EX31.4/314.sce
@@ -0,0 +1,7 @@
+clc;
+//Example 31.4
+//page no 497
+printf("Example 31.4 page no 497\n\n")
+//integration
+I=integrate('(1-0.4*x^2)/((1-x)*(1-0.4*x)-1.19*x^2)','x',0,0.468)
+printf("\n I=%f ",I);