Console.WriteLine(@"4. Convert vector to column matrix"); Console.WriteLine(columnMatrix.ToString("#0.00\t", formatProvider)); Console.WriteLine();// 5. Convert Vector to row matrix. A matrix based on this vector in row form (one single row)varrowMatrix = vectorA.ToR...