由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: 一个问题
相关主题
Predict values of vectors generated by black box functions怎样画电子云分布?
Re: 问个几率传递的问题?闲来无事
上帝掷骰子吗——量子物理史话(9-5)ZZRe: [转载] 泊松公式怎样用数学的方式证明?
Re: 积分,积分,积分ZZ 七种武器 之伽玛射线暴和黑洞
Re: 高手们帮个忙Re: 谁有天文数据,来算算.
Re: Problem againRe: 一个关于日全食和日环食的疑惑
Re: 两条线段的交点Re: to tigerguy Re: [转载] Re: 概率问题求教
Re: help: integrationSummary of the solution to the ball problem
相关话题的讨论汇总
话题: int话题: dx话题: pi话题: gamma话题: 2d
进入Science版参与讨论
1 (共1页)
b****d
发帖数: 30
1
R^n \pi^(n/2) / (n/2)!
E*****y
发帖数: 33
2

就老老实实做就可以了,然后用用gamma函数的定义
如:
v(n)=2^n \int_0^1 dx_1 \int_0^\sqrt{1-x_1^2} dx_2...
\int_0^\sqrt{1-x_1^2-...-x_{n-1}^2} dx_n
从后往前一步步做==>
v(n)=2^n \int_0^1 (1-x^2)^{(n-1)/2} dx \int_0^1 (1-x^2)^{(n-2)/2}...
\int_0^{1/2} (1-x^2)^{1/2}
\int_0^1 (1-x^2)^{(n-1)/2}=\sqrt{\pi} \Gamma((1+n)/2)/(n \Gamma(n/2))
.....
v(n)=...
C******a
发帖数: 115
3

You can use software to compute 2*\int_0.5^1 (1-x^2)^{(n-1)/2}dx
and then times the volume of n-1-dimensinal unit-radius ball.
C******a
发帖数: 115
4

不用伽玛函数也可做。从N维推导N+2维,即在平面圆盘上做一个积分。
采用极坐标,消去角度参量,再做变量替换t=r*r即可。

【在 E*****y 的大作中提到】
:
: 就老老实实做就可以了,然后用用gamma函数的定义
: 如:
: v(n)=2^n \int_0^1 dx_1 \int_0^\sqrt{1-x_1^2} dx_2...
: \int_0^\sqrt{1-x_1^2-...-x_{n-1}^2} dx_n
: 从后往前一步步做==>
: v(n)=2^n \int_0^1 (1-x^2)^{(n-1)/2} dx \int_0^1 (1-x^2)^{(n-2)/2}...
: \int_0^{1/2} (1-x^2)^{1/2}
: \int_0^1 (1-x^2)^{(n-1)/2}=\sqrt{\pi} \Gamma((1+n)/2)/(n \Gamma(n/2))
: .....

s****g
发帖数: 3
5
That is an interesting problem.
A point x (2d vector) in the large photo is mapped into
a point y (another 2d vector) in the small photo.
The relation between y and x is given by combination of
rescaling r<1 , rotation O (2x2 orthogonal matrix) and
translation t(2d vector). All these three quantities
can be measured. That is:
y = r O x + t
The point we are looking for satifies the above equation
as well as
y=x
Therefore:
x = r O x + t
x = (I - r O)^(-1) t
where I is the (2x2) identity matrix. ^(
1 (共1页)
进入Science版参与讨论
相关主题
Summary of the solution to the ball problemRe: 高手们帮个忙
这个貌似简单点:STORAGE RING (转载)Re: Problem again
Re: 请问一个MATLAB积分问题Re: 两条线段的交点
Re: who can try this problem?Re: help: integration
Predict values of vectors generated by black box functions怎样画电子云分布?
Re: 问个几率传递的问题?闲来无事
上帝掷骰子吗——量子物理史话(9-5)ZZRe: [转载] 泊松公式怎样用数学的方式证明?
Re: 积分,积分,积分ZZ 七种武器 之伽玛射线暴和黑洞
相关话题的讨论汇总
话题: int话题: dx话题: pi话题: gamma话题: 2d