%球体
close all;
G=6.67e-11;
R=2;%球体半径
p=4.0;%密度
D=10.0;%深度
M=(4/3)*pi*R^3*p;%质量
x=-20:1:20;
g=G*M*D./((x.^2+D^2).^(3/2));
Vxz=-3*G*M*D.*x./((x.^2+D^2).^(5/2));
Vzz=G*M.*(2*D^2-x.^2)./((x.^2+D^2).^(5/2));
Vzzz=3*G*M.*(2*D^2-3.*x.^2)./((x.^2+D^2).^(7/2));
subplot(2,2,1)
plot(x,g,'k-');
xl ...
/dl/519923.html
标签:
MATLAB
重力
正
程序
上传时间:
2019-05-10
上传用户:xiajiang