Matrices 3

Log in om je oplossingen te testen.
x <- matrix(data = c(1, 2, 3, 4), nrow = 2, ncol = 2) x.sqrt <- ... x.squared <- ...