MGessinger / Cascade

CASCADE is the C-library for Approximative Solutions to Complex Arbitrary Precision Differential Equations
9 stars 1 forks source link

Error bounds are not tight #1

Open MGessinger opened 5 years ago

MGessinger commented 5 years ago

Currently error bounds on the series expansion are computed rather mindlessly. Especially dependence on the number of coefficients in the power series expansion should be determined.

MGessinger commented 5 years ago

As of commit 451523d9415966b7753c237375616dd6e710a9a7, the number of coefficients computed through the recursion is chosen to guarantee a required precision. The resulting polynomial might have degree much higher than necessary still.