Return to the main page.
Software
Matlab is used in the following examples to construct the deflated systems using the file LiZhi52_deflate.m.
Directions
- For any s ≥ 2, simply run
> [Fd,Vd] = LiZhi52_deflate(s);
to compute the deflated systems which requires two iterations, adding one polynomial in each iteration.
Computational Results
The deflated system consists of s+2 polynomials in s variables
of degree at most 2·s-1 and integer coefficients bounded by 6·4s-1.
Using an Intel Core i7-4500U 1.8 GHz processor with 12 GB RAM, we obtain the following results:
Return to the main page.