Let $R = \mathbb{C}[x_1,\ldots,x_n]$. Let $I$ be an ideal, and suppose we know a finite list of generators for $I$, say $I = \langle f_1,\ldots,f_k\rangle$.
Is this information enough to compute a new generating set $g_1,\ldots,g_\ell$ for $I$ such that $(g_1,\ldots,g_\ell)$ is a (strongly) regular sequence? If not, then what about if the $f_i$ are assumed to be irreducible and homogeneous?
Context: algebraic geometry, algebraic K-theory. I'm trying to use Koszul complexes to compute Grothendieck classes of some varieties, but I'm having trouble coming up with regular sequences (which I need for a Koszul resolution).
Specific case: $R = \mathbb{C}[x,y,z,r,s,t]$, $I = \langle f,g,h\rangle$ where $$ f = xr - yz, ~ g = xt - ys, ~ h = zt - rs. $$ These are the $2\times 2$ minors of the matrix $$ \begin{bmatrix} x & y\\ z & r\\ s & t \end{bmatrix}. $$ I'd like a new set of generators for $I$ that is a regular sequence, if one exists. The current set doesn't work because any two polynomials are a regular sequence, but the third is then a zero divisor in the quotient: e.g. $zg - sf = xh$.