summaryrefslogtreecommitdiff
path: root/446/CH8/EX8.3/8_3.sce
blob: 448ce2a348ad6d2354517d6b42ef469a6372f5d9 (plain)
1
2
3
4
5
clear     
clc
disp('Exa-8.3'); // theoretical
l=1; Lmax=l+l;Lmin=l-l;printf('Value of L ranges from %d to %d i.e %d %d %d\n.',Lmin,Lmax,Lmin,1,Lmax);
s=1/2; Smax=s+s;Smin=s-s;printf('Values of S are %d &%d',Smax,Smin);