(a) How many arithmetic operations - multiplications/divisions and additions/ subtractions - are required to place a generic $n \times n$ symmetric matrix into tridiagonal form? (b) How many operations are needed to perform one iteration of the $Q R$ algorithm on an $n \times n$ tridiagonal matrix? (c) How much faster, on average, is the tridiagonal algorithm than the direct $Q R$ algorithm for finding the eigenvalues of a symmetric matrix?