scilab programs
Tuesday, 7 November 2017
plot for
( x^3+3(x)^2+3x)
program:-
clf();
x=linspace(-1,1,50)
y=x.^3+3.*(x.^2)+3.*x;
plot(x,y,'r')
xgrid(1);
output:-
this the output of above program
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment