summaryrefslogtreecommitdiff
path: root/1332/CH2/EX2.6/2_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1332/CH2/EX2.6/2_6.sce')
-rwxr-xr-x1332/CH2/EX2.6/2_6.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1332/CH2/EX2.6/2_6.sce b/1332/CH2/EX2.6/2_6.sce
new file mode 100755
index 000000000..918b5281b
--- /dev/null
+++ b/1332/CH2/EX2.6/2_6.sce
@@ -0,0 +1,5 @@
+//Example 2.6
+//Integration
+//Page no. 36
+clc;clear;close;
+disp(integrate('1/x','x',exp(-4),1),'Integration Value='); //performing integration with respect to dx \ No newline at end of file