summaryrefslogtreecommitdiff
path: root/260/CH1/EX1.12/1_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '260/CH1/EX1.12/1_12.sce')
-rw-r--r--260/CH1/EX1.12/1_12.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/260/CH1/EX1.12/1_12.sce b/260/CH1/EX1.12/1_12.sce
new file mode 100644
index 000000000..012bfad15
--- /dev/null
+++ b/260/CH1/EX1.12/1_12.sce
@@ -0,0 +1,9 @@
+//Eg-1.12
+//pg-27
+
+clear
+clc
+
+x = input("enter any value ")
+v = exp(-(x)^2/2);
+disp(v) \ No newline at end of file