summaryrefslogtreecommitdiff
path: root/1268/CH5/EX5.5/5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1268/CH5/EX5.5/5_5.sce')
-rw-r--r--1268/CH5/EX5.5/5_5.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1268/CH5/EX5.5/5_5.sce b/1268/CH5/EX5.5/5_5.sce
new file mode 100644
index 000000000..395114163
--- /dev/null
+++ b/1268/CH5/EX5.5/5_5.sce
@@ -0,0 +1,5 @@
+clc;
+disp("Example 5.5")
+// WE need to calculate the integral of the manipulated expression in terms of y/delta
+int= integrate('2*y-(5*y*y)+(4*y*y*y)-(y*y*y*y)','y',2,1)
+disp(int, "Momentum thickness is ")