This document describes the numerical algorithms used to simulate the operation of a gas turbine engine in the Java Gas Turbine Simulator. It discusses the Newton-Raphson method, fourth-order Runge-Kutta method, and improved Euler method used for steady-state and transient simulations. The Newton-Raphson method iteratively solves nonlinear equations using Jacobian matrices to find steady-state solutions. The fourth-order Runge-Kutta and improved Euler methods integrate differential equations describing the engine over small time steps to model transient behavior. User interfaces allow adjusting parameters that control the convergence and stability of the numerical solutions.