Ask Your Question

Bernardo Soares's profile - activity

2020-04-13 18:16:39 +0200 received badge  Supporter (source)
2020-04-13 16:26:02 +0200 received badge  Student (source)
2020-04-13 16:24:12 +0200 commented answer How to solve a linear equation within a field of rational functions?

That's an interesting solution. Thank you!

2020-04-13 16:23:54 +0200 received badge  Scholar (source)
2020-04-13 12:50:06 +0200 asked a question How to solve a linear equation inside a field of rational functions?

I have a field of rational functions over the rational numbers in 4 variables:

K = Frac(PolynomialRing(QQ,'x,y,z,w'))

and some explicit elements R[0],...,R[n] in K. Is there a way to solve the equation

a[0]R[0] + ... + a[n]R[n] == 0

with a[i] in QQ? That is, I would like to first check if there are any solutions. In the positive case, then I would like an explicit solution.

2020-04-13 12:50:06 +0200 asked a question How to solve a linear equation within a field of rational functions?

I have a field of rational functions over the rational numbers in 4 variables:

K = Frac(PolynomialRing(QQ,'x,y,z,w'))

and some explicit elements R[0],...,R[n] in K. Is there a way to solve the equation

a[0]R[0] + ... + a[n]R[n] == 0

with a[i] in QQ? That is, I would like to first check if there are any solutions. In the positive case, then I would like an explicit solution.

2020-04-13 12:50:05 +0200 asked a question How to solve a linear equation within a field of rational functions?

I have a field of rational functions over the rational numbers in 4 variables:

K = Frac(PolynomialRing(QQ,'x,y,z,w'))

and some explicit elements R[0],...,R[n] in K. Is there a way to solve the equation

a[0]R[0] + ... + a[n]R[n] == 0

with a[i] in QQ? That is, I would like to first check if there are any solutions. In the positive case, then I would like an explicit solution.