summaryrefslogtreecommitdiff
path: root/291/CH4/EX4.5c/eg4_5c.sce
blob: 4857aff363cd39ec98cb80daa45732f411572c0c (plain)
1
2
3
4
5
p0= 0.2;
p1= 0.5;
p2=0.3;
expec = 0*0*p0 + 1*1*p1 + 2*2*p2;
disp(expec, "Expectation of X^2 is")