This document describes a finite element analysis project in ANSYS and MATLAB. It includes:
1. Implementing a simply supported beam problem in ANSYS using Q4 elements and extracting the mesh, loads, and constraints for MATLAB.
2. Developing MATLAB code to solve the same problem using linear triangular (T3) elements, reading the ANSYS input files.
3. Modifying the T3 code to implement the Q4 element formulation using 2x2 Gauss quadrature.
4. Prescribing coarse, medium, fine and very fine meshes for each element and comparing deflections and stresses to analytical solutions to study convergence and error.