Matrices are rectangular arrangements of numbers or expressions, called elements
ID: 3684806 • Letter: M
Question
Matrices are rectangular arrangements of numbers or expressions, called elements, logged into rows and columns. 2D arrays are a common way of representing matrices. For this tutorial, we shall consider only the case of 2 Times 2 matrices. Write code that takes input from a user that represents a 2 Times 2 matrix and loads said data into a 2D array. Write code that prints out a 2D array that represents a 2 Times 2 matrix. Write code to add two 2 Times 2 matrices together. Write code that transposes a 2 Times 2 matrix.Explanation / Answer
which programming language ?