summaryrefslogtreecommitdiff
path: root/2045/CH4/EX4.22/Ex4_22.sce
blob: 06806a3558925f770d438643979183819101746e (plain)
1
2
3
4
5
6
//example 22
clear
beta1=100;
alpha1=beta1/(beta1+1);

disp("alpha   =   "+string((alpha1)));