Dear nieto,
please take a look at "central.lib":
http://www.singular.uni-kl.de/Manual/la ... htm#SEC499.
1. use PBW_eqDeg( 10 ); in order to get your enveloping vector space (may require a lot of memory).
2. use diff() instead of applyAdF in order to get your system of equations.
3. use linearMapKernel/linearCombinations to solve the sysystem.
Iterate steps 2/3 as in centerVS...
hope that helps,
Oleksandr
ps: Singular libraries (*.lib) are just plane text files so
that one could read the code with any text viewer.
(please try another editor and provide more details if that will not help)