Tuesday, 15 January 2013

Assignment January 15, 2013

Assignment 1: Binding of two matrices

Assignment 2: Multiplication of two matrices

Assignment 3: Regression plots using NSE past month data




Assignment 4:The objective is to generate a normal distribution data and plot it.

 
Command :-
x=seq(70,130,length=200)
y=dnorm(x,mean=100,sd=10)
plot(x,y)

No comments:

Post a Comment