由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: A question
相关主题
Re: 统计问题再请教 (1)Re: [转载] can someone explain the mechanism of CD?
Re: matlab一问!!!!!!Re: Ask2:
Re: recommend a statistical physics textbookproblem on nonlinear differential equation
Re: 求解两道数学题![转载] 最新测量的宇宙学参数 from MAP
头顶上有一个横杠的算符英语里怎么念?Re: Random Walk
深刻的教训..Re: 闲的时候科学家们想些什么? ---如何成为权威啊
Re: Who knows Zipf distribution?Re: Where is Matrix Inverse subroutine? Thx.
cosmo.1Re: creat 2D matrix in matlab
相关话题的讨论汇总
话题: xi话题: ba话题: matrix话题: ab话题: det
进入Science版参与讨论
1 (共1页)
k*******y
发帖数: 56
1
please forget about what I said, this is the standard proof:
consider the following matrix product
sorry for the messy notation
1
matrix(I,0,-B,xI, nrow=2)*matrix(xI,A,B,xI)
and 2
matrix(xI, -A,0,I) *(xI,A,B,xI)
their det differ by only a factor of a power of x
on the other hand the products are nothing but
matrix(xI,A,0,x^2I-BA)
and
matrix(x^2I-AB,0,B,xI)
now let x=sqrt(\lambda)
can get that the characteristic polymonials of AB and BA
differ only by a vector of \lambda^{m-n}
ie, the nonzero eig
w***t
发帖数: 96
2
forget about it.
Just apply elementary operation to
| I A |
| B I |
you will end up with it is equal to |I-AB| as well as |I=BA|.

【在 k*******y 的大作中提到】
: please forget about what I said, this is the standard proof:
: consider the following matrix product
: sorry for the messy notation
: 1
: matrix(I,0,-B,xI, nrow=2)*matrix(xI,A,B,xI)
: and 2
: matrix(xI, -A,0,I) *(xI,A,B,xI)
: their det differ by only a factor of a power of x
: on the other hand the products are nothing but
: matrix(xI,A,0,x^2I-BA)

d*z
发帖数: 150
3
You are right
[ I A ] [ -A I] = [ 0 I ]
[ -B I ] [ I 0] [I+BA -B ]
So
det [I A] = det(I+BA)
[-B I]
同理
det [I -B] = det(I + (-A)(-B))=det(I+AB)
[A I]
而上面左边两个方阵互为转置,所以值相等

det(I+BA)=det(I+AB).

【在 w***t 的大作中提到】
: forget about it.
: Just apply elementary operation to
: | I A |
: | B I |
: you will end up with it is equal to |I-AB| as well as |I=BA|.

b***e
发帖数: 1419
4
The trick for this question is use a variable-based radix sort.
In normal radix sort, the bases are fixed. This time use the
variable "n" as the sorting base. Concete soluction is as follows:
Rewrite each number in the representation of (x / n, x % n), where
the "/" represents integeral division, and "%" represents integeral
modulo, as in C. You can first use counting sort to sort the second
elements of all the pairs , and then sort the first element. This
takes O(n) time.

【在 d*z 的大作中提到】
: You are right
: [ I A ] [ -A I] = [ 0 I ]
: [ -B I ] [ I 0] [I+BA -B ]
: So
: det [I A] = det(I+BA)
: [-B I]
: 同理
: det [I -B] = det(I + (-A)(-B))=det(I+AB)
: [A I]
: 而上面左边两个方阵互为转置,所以值相等

1 (共1页)
进入Science版参与讨论
相关主题
Re: creat 2D matrix in matlab头顶上有一个横杠的算符英语里怎么念?
Re: What is diagonalisation of a matrix?深刻的教训..
Re: matrix inverseRe: Who knows Zipf distribution?
Golub:《Matrix Computations》书下载cosmo.1
Re: 统计问题再请教 (1)Re: [转载] can someone explain the mechanism of CD?
Re: matlab一问!!!!!!Re: Ask2:
Re: recommend a statistical physics textbookproblem on nonlinear differential equation
Re: 求解两道数学题![转载] 最新测量的宇宙学参数 from MAP
相关话题的讨论汇总
话题: xi话题: ba话题: matrix话题: ab话题: det