由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: 大吓帮忙看一下...
相关主题
Re: who can try this problem?Re: 积分请教
Re: 计算分子运动的速度Re: 修正结果 --问howell
Re: 一个问题Re: Ask2:
Re: 第一宇宙速度是多少?Re: HELP! a algorithm problem!
Re: EM signals travel along outer side of a wireRe: 猜数问题
Re: repost: Integration Help!Re: 请教一个SAS的问题
Re: 数学作业Re: 问个内积的问题
Re: help: the approximation of n!Re: how to match up Galois subgp and field extension?
相关话题的讨论汇总
话题: double话题: c1话题: t1话题: t2话题: db
进入Science版参与讨论
1 (共1页)
d*z
发帖数: 150
1

try
k=3.584548 when t=0
k=-5.647731 when t=1
k=3.631065 when t=2
k=3.939163 when t=3
#include
#include
#define MIN_K_VALUE 1.989
double A(double k)
{
return sqrt(2.2 * k *k -3.95353);
}
double B(double k)
{
return sqrt(k*k-3.95353);
}
double Delta(double t,double k)
{
double a,b,da,db;
double v,w;
double t1,t2;
double c1,c2;
a=A(k);
b=B(k);
da=2.2*k/a;
db=k/b;
t1=tan((3.16-t)*b);
t2=tan(t*a);
c1=cos((3.16-t)*b);
c2=cos(t*a);
v=a*t1-b*t2;
w=da*t1-db*t2;
w+=a*(3.16-t)*db/(c1*c1
1 (共1页)
进入Science版参与讨论
相关主题
Re: how to match up Galois subgp and field extension?Re: EM signals travel along outer side of a wire
Re: analytic solution for an ODE...Re: repost: Integration Help!
Re: one questionRe: 数学作业
Re: 请问:极值点怎么说?Re: help: the approximation of n!
Re: who can try this problem?Re: 积分请教
Re: 计算分子运动的速度Re: 修正结果 --问howell
Re: 一个问题Re: Ask2:
Re: 第一宇宙速度是多少?Re: HELP! a algorithm problem!
相关话题的讨论汇总
话题: double话题: c1话题: t1话题: t2话题: db