2

Let $k$ be a field, and $f:k[x_1,\ldots,x_n]\to k[y_1,\ldots,y_m]$ a $k$-algebra homomorphism. Given $r_1,\ldots,r_k\in k[y_1,\ldots,y_m]$, is there an algorithm for producing a finite generating set for the ideal $f^{-1}((r_1,\ldots,r_k))$?

Julian Rosen
  • 16,142

1 Answers1

0

The answer is yes. The question is asking to compute the kernel of

$$f : k[x_1, \dots, x_n] \rightarrow S$$

where $S$ is some quotient of a polynomial ring. Macaulay2 can calculate such a kernel.

RghtHndSd
  • 7,715