This document describes an assignment to write a Matlab function that transforms a matrix A and vector b into upper triangular form to solve simultaneous equations. Students are provided with 6 example matrices A and vectors b to test their function on. They must return the solution vector x, transformed matrix A', and vector b'. The function must include error checking to ensure valid input dimensions.