遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

2017年6月6日 #

matlab 向量场线积分

摘要: syms t x y z F x=cos(t); y=sin(t); z=2*sin(t)^2-1; F=[x^2*y , (1/3)*x^3,x*y ] ; %场函数 V=[diff(x,t),diff(y,t),diff(z,t)]; r= int(dot(F,V),t,0,pi*2) %点积后 阅读全文

posted @ 2017-06-06 07:16 遗忘海岸 阅读(591) 评论(0) 推荐(0)