gN = (1/3)*[0 1 1 1]; % Note zero coefficient for missing zero power gY = 0.1*[5 4 1]; % All powers 0 thru 2 have positive coefficients gend Do not forget zero coefficients for missing powers Enter th...gN = (1/3)*[0 1 1 1]; % Note zero coefficient for missing zero power gY = 0.1*[5 4 1]; % All powers 0 thru 2 have positive coefficients gend Do not forget zero coefficients for missing powers Enter the gen fn COEFFICIENTS for gN gN % Coefficient matrix named gN Enter the gen fn COEFFICIENTS for gY gY % Coefficient matrix named gY Results are in N, PN, Y, PY, D, PD, P May use jcalc or jcalcf on N, D, P To view distribution for D, call for gD disp(gD) % Optional display of complete distribution 0…