This document summarizes a research paper that developed a GPU-based algorithm for CT image reconstruction from undersampled and noisy projection data. The algorithm uses an algebraic reconstruction method and implements the LSQR iterative solver on a GPU using CUDA programming. By taking advantage of massive parallel processing on the GPU, the algorithm is able to reconstruct CT images with higher resolution than previous methods without losing image quality or increasing computation time significantly. The paper presents the mathematical model, reconstruction algorithm steps, and GPU implementation details.