summaryrefslogtreecommitdiff
path: root/260/CH1/EX1.12/1_12.sce
blob: 012bfad1572b7ce6afa64eeda1f320cf625fdd75 (plain)
1
2
3
4
5
6
7
8
9
//Eg-1.12
//pg-27

clear
clc

x = input("enter any value ")
v = exp(-(x)^2/2);
disp(v)