Another family of examples
Return to the main page.
Software
Matlab is used in the following examples to construct the deflated systems using the file deflate51.m.
Directions
- For any d ≥ 2, simply run
> [Fmm,Vmm,Fnf,Vnf] = deflate51(d);
to compute the deflated systems using the null space of the Macaulay matrix (mm) and using our new normal form (nf) approach.
Return to the main page.