I have a matrix, with entries are series with numerical coefficients
$$ \begin{pmatrix} G(q) & F(q) \\ F(q) & G(q\rightarrow-q) \end{pmatrix} $$
With $G(q)$ is an expansion obtained with NIntegrate like:
G(q)=0.0335759 + 0.0133953 q^2 -
0.00185145 q^4 - (0. + 0.0293107 I) \[CapitalOmega] + (0. +
1.40567 I) q^2 \[CapitalOmega] - 41499.1 \[CapitalOmega]^2 + (
0.010601 \[CapitalOmega]^2)/q^2 + ((0. +
5.68222 I) \[CapitalOmega]^3)/q^2 - (
6225.96 \[CapitalOmega]^4)/q^4
Then I solve the determinant equals 0 and found $\Omega$ in terms of $q$, more precisely the proportionality coefficient c; $\Omega=c q$.
The problem is that if I add more digits, so WorkingPrecision->20 and solve again, I got a totally different result; it even changes from real to imaginary and the value is different.
Is it always more precise to add more working precision? does anyone know how to add the uncertainty and work with number of the form: $ x \pm dx$?