1)y = ce^-2x 2)I = I e^(-RT/L) 3)y = cx^(3/2) 4)y = sin2x + c/(sin^(2) 2x ) , c = 1
Prashant Kumar answered .
2025-11-20
e.g
x=0:0.1:10 y=(x.^2+sin(x))./(x+1); % .*, .^, ./ are operations element by element plot(x,y) help plot