二元函数可微的几何解释
摘要:
%抛物面 close hold on r=0:0.02:2; theta=0:0.02:2*pi; [r1,theta1]=meshgrid(r,theta); x=r1.*cos(theta1); y=r1.*sin(theta1); z=r1.^2; surf(x,y,z) %点 (1,1,2) 阅读全文
posted @ 2018-08-08 14:50 遗忘海岸 阅读(2335) 评论(0) 推荐(0)
江湖程序员 -Feiph(LM战士)
2018年8月8日 #
posted @ 2018-08-08 14:50 遗忘海岸 阅读(2335) 评论(0) 推荐(0)