University School of Automation & Robotics

Personal resource archive for various courses.

q3.r

a <- c(0, 1, 1, 2, 3, 5, 8, 13, 21)
b <- c(21, 34, 55)

a + b
a * b