Matrices 3

Sign in to test your solution.
x <- matrix(data = c(1, 2, 3, 4), nrow = 2, ncol = 2) x.sqrt <- ... x.squared <- ...