发布网友
共2个回答
热心网友
y=e^x,图像是一个经过点(0,1)的在x轴上方的递增图形;
∵ y的一次方=e^x,所以f(x)=e^x就是它的切线防方程
热心网友
matlab里:
x = [-5 : 0.01 : 5].';
plot(x, exp(x));