由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 请教一个矩阵Bound问题,谢谢
相关主题
[合集] 一个positive definite(PD)矩阵一定能分解成另一个PD矩阵的如何用matlab构造如下矩阵
请教面试题Knight Capital问个题,算法?矩阵?
一道题请问个矩阵的问题
线性代数问题问一道ihtw大牛的题
太冷清了 来个题吧今天jane street的面试,我挂在这一题上
一道关于regression的面试题请教An interview question(math)
线性规划中怎么设最大的5个不超过多少?Two questions from GS
求教Projection Matrix问题。谢谢!一道面试题:如何解释vol和delta之间的关系
相关话题的讨论汇总
话题: matrix话题: linear话题: symmetric话题: x2话题: trace
进入Quant版参与讨论
1 (共1页)
k**********g
发帖数: 33
1
Soppose that we are given a symmetric matrix B[x],which is linear in the
decision variable x=[x_1,...,x_n],
how to give two linear terms a[x]=a^T*x+a_0 and b[x]=b^T*x+b_0 , such that
a[x] I <= B[x] <= b[x] I
where I is the identity matrix, A<=B means that B-A is Positive-definite matrix.
For example:
B[x]=[x1+x2+1 x2-1
x2-1 x1+2x2+2];
t*******e
发帖数: 172
2
Suppose we can, take trace of this inequality.
you get
linear function <=linear function <=linear function
which can not be hold for all the x unless these three function are parallel
to each other.
However, if we make some restriction on the range of x, this problem is
trivial by simple le a_{0} negative enough and b_{0} big enough.

【在 k**********g 的大作中提到】
: Soppose that we are given a symmetric matrix B[x],which is linear in the
: decision variable x=[x_1,...,x_n],
: how to give two linear terms a[x]=a^T*x+a_0 and b[x]=b^T*x+b_0 , such that
: a[x] I <= B[x] <= b[x] I
: where I is the identity matrix, A<=B means that B-A is Positive-definite matrix.
: For example:
: B[x]=[x1+x2+1 x2-1
: x2-1 x1+2x2+2];

k**********g
发帖数: 33
3
Thanks for your reply.
I am sorry that I made a mistake.
A<=B should mean that B-A is Positive-definite matrix.
How about considering the maximum eig values? It's possible?

parallel

【在 t*******e 的大作中提到】
: Suppose we can, take trace of this inequality.
: you get
: linear function <=linear function <=linear function
: which can not be hold for all the x unless these three function are parallel
: to each other.
: However, if we make some restriction on the range of x, this problem is
: trivial by simple le a_{0} negative enough and b_{0} big enough.

t*******e
发帖数: 172
4
That is what I understood before.
You take trace. if the matrix is positive then the trace should be big than
0.

【在 k**********g 的大作中提到】
: Thanks for your reply.
: I am sorry that I made a mistake.
: A<=B should mean that B-A is Positive-definite matrix.
: How about considering the maximum eig values? It's possible?
:
: parallel

s***e
发帖数: 267
5
trace condition for matrix inequality is only necessary but not sufficient.
Even if trace inequality is satisfied, the matrix inequality may still fail
to hold.
E.g., max trace element <= max eigenvalue, but not vice versa. If the x's
are not bounded, then the diagonal linear equations should be parallel with
a & b. Still need more conditions to figure out the rest.
z****g
发帖数: 1978
6
B(X) = B_1*x_1 + B_2*x_2 + ...+ B_n*x_n
Since B(X) is symmetric in terms of polynomial(1st degree in your case), all
{B_i}s should be symmetric.
For a simple case, if limit {B_i} in real field. Every {B_i} can be
diagonalized, since they are all real symmetric. Say B_i = T_i*E_i*T_i^{t}
decompose f(x)*I into sum_i{a_i*x_i*T_i*T_i^{t}}. You can see the result
directly.
1 (共1页)
进入Quant版参与讨论
相关主题
一道面试题:如何解释vol和delta之间的关系太冷清了 来个题吧
[合集] interview: Random Walk questions一道关于regression的面试题请教
问大家一道数学题(probability)线性规划中怎么设最大的5个不超过多少?
[合集] 问大家一道数学题吧求教Projection Matrix问题。谢谢!
[合集] 一个positive definite(PD)矩阵一定能分解成另一个PD矩阵的如何用matlab构造如下矩阵
请教面试题Knight Capital问个题,算法?矩阵?
一道题请问个矩阵的问题
线性代数问题问一道ihtw大牛的题
相关话题的讨论汇总
话题: matrix话题: linear话题: symmetric话题: x2话题: trace