Show that matrices with distinct eigenvalues are dense in the space of all $n\times n$ matrices. (Use the Schur triangularisation)
分类:
其他好文 时间:
2014-11-18 13:12:08
阅读次数:
174
(1). Let $\sed{A_\al}$ be a family of mutually commuting operators. Then, there exists a common Schur basis for $\sed{A_\al}$. In other words, there e...
分类:
其他好文 时间:
2014-11-18 13:08:29
阅读次数:
168
For fixed basis of in $\scrH$ and $\scrK$, the matrix $A^*$ is the conjugate transpose of the matrix of $A$.
分类:
其他好文 时间:
2014-11-18 13:08:12
阅读次数:
195
If $\sen{A}<1$, then $I-A$ is invertible, and $$\bex (I-A)^{-1}=I+A+A^2+\cdots, \eex$$ aa convergent power series. This is called the Neumann series.
分类:
其他好文 时间:
2014-11-18 13:07:47
阅读次数:
151
Food Delivery
Time Limit: 2 Seconds Memory Limit: 65536 KB
When we are focusing on solving problems, we usually prefer to stay in front of computers rather than go out for lunch. At thi...
分类:
其他好文 时间:
2014-11-17 22:57:23
阅读次数:
529
在problems窗口可以看到错误信息
菜单栏 window--》show view--》problems
或alt+shift+q 然后按x
重新选一下包就解决了...
分类:
编程语言 时间:
2014-11-16 21:41:14
阅读次数:
341
原题链接:https://oj.leetcode.com/problems/lru-cache/
题目大意:设计操作系统中资源管理算法所使用的一种数据结构,即LRU算法。是一道偏向于综合的题。
方法:一个哈希表+一个双端链表
思路:一方面LRU Cache算法要求可以快速访问结点,所以我们很容易想到使用哈希表或者数组。另一方面,该算法要求在达到容量上限时,删除最久未访问的数据结点。这要求所设...
分类:
系统相关 时间:
2014-11-16 17:24:44
阅读次数:
182
Given any $k$-tupel of linearly independent vectors $X$ as above, there exists a $k$-tuple $Y$ biorthognal to it. If $k=n$, this $Y$ is unique. \eex$$...
分类:
其他好文 时间:
2014-11-16 12:02:08
阅读次数:
151
[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.1.3Use the QR decomposition to prove Hadamard's inequality: if $X=(x_1,\cdots,x_n)$, t...
分类:
其他好文 时间:
2014-11-16 11:58:53
阅读次数:
153
Let $X$ be nay basis of $\scrH$ and let $Y$ be the basis biorthogonal to it. Using matrix multiplication, $X$ gives a linear transformation from $\bbC...
分类:
其他好文 时间:
2014-11-16 11:53:20
阅读次数:
169