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)