function K = kwa400() % Geef een design matrix voor een kwadratische functie terug for i=1:8 j = (i - 1) * 4; K(i,:) = [1, j, j*j ]; end