Write a R program to create three vectors a,b,c with 3 integers. Combine the three vectors to become a 3×3 matrix where each column represents a vector. Print the content of the matrix
Write a R program to create three vectors a,b,c with 3 integers. Combine the three vectors to become a 3×3 matrix where each column represents a vector. Print the content of the matrix.
Sample Output:
[1] "Content of the said matrix:" a b c [1,] 1 4 7 [2,] 2 5 8 [3,] 3 6 9need an explanation for this answer? contact us directly to get an explanation for this answer