Section 5.2: Caprasse system
Return to the main page.
Software
Matlab is used in the following examples to construct the deflated systems using the files deflate52_sys.m and deflate52_structure.m
Directions
- To deflated the root, simply run
> [Fext,Vext,Fint,Vint,Fiso,Viso,Fiso2,Viso2,Fi,Vi] = deflate52_sys();
to compute the deflated systems using extrinsic slicing (ext), intrinsic slicing (int), isosingular deflation (iso), isosingular deflation using a full rank submatrix (iso2),
and using our new |i|=1 deflation iteration (i).
- To also compute the multiplicity structure, simply run
> [Fmm,Vmm,Fnf,Vnf] = deflate52_structure();
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.