Concept:When multiplying two matrices, the order of the product is determined by the outer dimensions of the factors.Explanation:Given matrix A has order m×n (rows × columns).Its transpose A⊤ has order n×m.Multiplying A⊤ (order n×m) by A (order m×n) gives a product of order n×n.Answer:n×n