Challenge: Matrix Assignment

Solve this challenge on matrix assignment in R.

We'll cover the following

Exercise

Write the R code required to create the following matrix:

[536162759286311244] \begin{bmatrix} 5 & 36 & 1 & 6 \\ 27 & 5 & 92 & 8 \\ 6 & 31 & 12 & 44 \end{bmatrix}

Use the code editor below to implement your solution.

Get hands-on with 1200+ tech skills courses.