function A = randermonde(x, n, B) if nargin < 3, B = ones(1, n); end A = randermonde(x, n-1, ones(1, n));