, ,
n- r (n + 1) - , r , r
3 ^ 10 7-. , r = 1. , 7-, .
- , , , , , OP. .
pointset = rand(3^10,7);
normset = zeros(3^10,1);
for ix = 1:3^10
normset(ix) = norm(pointset(ix,:));
end
for ix = 1:3^10
pointset(ix,:) = pointset(ix,:)/normset(ix);
end
, , Matlab PRNG, 8-.