Scilab
Posts  1 - 1  of  1
Ashutosh1234
I am plotting a equation for variable h=0:0.8
for h= 0 q should be 0 but it is showing some numerical value

please help me where i am doing mistake.

mu=0.0195;
h=0:0.01:0.8;
q=(-2*h.^3)+(3.*(((h.^2)-((h.*4*(1-mu))))/(1-(h.*(1-mu)))))

plot (h,q)
Save
Cancel
Reply
 
x
OK