diff options
Diffstat (limited to '1332/CH2/EX2.6/2_6.sce')
-rwxr-xr-x | 1332/CH2/EX2.6/2_6.sce | 5 |
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 |