1. The document describes predictor-corrector methods for numerically solving ordinary and partial differential equations.
2. Predictor-corrector methods use an explicit method to predict the next value, then apply an implicit correction method in an iterative process to improve the accuracy of the predicted value.
3. The Euler predictor-corrector method is presented as a basic example, using Euler's explicit method for the predictor and the backward Euler implicit method for the corrector.