University School of Automation & Robotics

Personal resource archive for various courses.

q7.r

a <- matrix(seq(from = 1, to = 20), nrow = 4, ncol = 5)
b <- matrix(seq(from = 21, to = 40), nrow = 4, ncol = 5)
t(a)
t(b)