4+8
5*14
4+5
4*7
7*18
9+12
7/4
4^3
4+5*3
4+3^2
(4+3)^2
4^0.5
16^0.25
16^(1/4)
8^(1/3)
((435.4*3.56)/(34+3)^2)^(1/3)
2^(1/2)*2^(1/2)
vt<-c("Madhur","Maithili","Sushmita","Yugal","Sayali","Gauri","Manav","Abhi","Priya")
vt
mtrx<-matrix(vt,nrow=3,dimnames=list(c("C1","C2","C3"),c("S1","S2","S3")))
mtrx
typeof(vt)
typeof(mtrx)
cat(typeof(mtrx))
cat("\n")
rv<-c(11,21,19)
rv<-1:115
rv
seq(1,7)
seq(1,7,by=2)
s<-seq(2,5)
s
cat(s)
cat("\n")
typeof(s)
rv<-c(TRUE,FALSE,FALSE,TRUE,TRUE)
cat(rv,"\n")
cat(typeof(rv))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: