summaryrefslogtreecommitdiff
path: root/2048/CH11/EX11.8/sumsq.sce
blob: 7d830d5c9ed44d49d95db420bc855a9bb53327ec (plain)
1
2
3
4
5
6
7
8
9
// Computing sum of squares, as presented in Example 11.5 on page 415.
// 11.8

exec('tf.sci',-1);
exec('covar_m.sci',-1);

Y = tf([1 0],[1 -0.9],-1);
covar_m(Y,1)