Hi,
I have this matrix with coefficients that I need to estimate;
I get there after some simple calculations and I know that my matrix it´s equal to the zero matrix; I have something like:
A:=Matrix(3, 3, [5*a-4, 5*sqrt(a) *sqrt(b)-5, 7*sqrt(a) *sqrt(c)-6,
8*sqrt(a) *sqrt(b)-5, 8*b-2, 8*sqrt(b) *sqrt(c)-9,
4*sqrt(a...