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