搜索结果
找到约 13 项符合
ATAN 的查询结果
按分类筛选
数学计算 vb2005编写的计算器。 直接输入字符串
vb2005编写的计算器。
直接输入字符串,如:
4+pi^2+sin(3*cos(2)*e^2)+2.3E13
常数:pi,e
科学计数表示:1E4(1*10^4)
函数支持常用函数:sin,cos,tan,atan,asin...
J2ME Description Scientific calculator. Allows to perform caclulation with high precicion and implemen
Description
Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable ...
源码 重力异常正演MATLAB程序
%球体
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 ...