deletion(A,x)
deletion(A,S)
deletion(A,i)
The deletion is obtained by removing hyperplanes from ${\mathcal A}$.
|
|
You can also remove a hyperplane by specifying its linear form.
|
|
|
If multiple linear forms define the same hyperplane $H$, deleting any one of those forms does the same thing: it finds the first linear form in $\mathcal A$ defining $H$, then deletes that one.
|
|
|
|
|
|