x = c(1,2,3,4,5,6)  ; y  =8

z= x/y

xsqrt = sqrt(z)
#comment
plot(xsqrt)