Complexity of solving a linear equation system over $k[x]$

49 Views Asked by At

Let $k$ be a field and let $A \in k[x]^{m \times n}$ be a polynomial matrix whose entry with highest degree has degree $d$. Let $b \in k[x]^m$. What is known about the complexity of computing a solution $v \in k[x]^n$ with $Av=b$ under the assumption that such a solution exists?

Is it $O^\sim(\max(m,n)^\omega d)$ where $\omega$ is the matrix multiplication constant (i.e. the multiplication of two $n \times n$ matrices over $k$ uses $O(n^\omega)$ steps in $k$)?

Any reference is appreciated!

1

There are 1 best solutions below

0
On