Skip to main content

All Questions

2 votes
1 answer
51 views

alternative asymptotic bounds

I have an $n$ by 1 vector of weights $w$, and an $n$ by $k$ matrix, $\Gamma$. I have that $w'w$ is $\mathcal{O}(1)$, $\frac{\Gamma'\Gamma}{n}=\mathcal{O}(1)$ and $\frac{\Gamma\Gamma'}{n}=\mathcal{O}(1)...
yungmist's user avatar
0 votes
0 answers
381 views

upper bound for quadratic form in terms of vector norm and eigenvalues

I have a quadratic form. if Q, P and M are positive and symmetric matrices. $$(-x^T Q x - 2 x^T Q e - e^T Q e) + (y^T M y + 2 x^T P y + 2 e^T P y )$$ how can I get an upper bound for this quadratic ...
reza's user avatar
  • 1
1 vote
0 answers
78 views

Trace and 2-norm of linear combination of outer products

Suppose that $c_i \in \mathbb{R}-\{0\}, B_i \in \mathbb{R}^{k \times m}, \alpha \in \mathbb{R}^k$ with $\|\alpha\|_2 = 1$. Consider the following linear combination of outer products: $$M = \sum_{i=1}...
KRL's user avatar
  • 1,180