I'm new to Mathematica. When I do linear algebra, I wonder if I can have an inequality such as $\mathbf x^\prime\mathbf A\mathbf x > \mathbf x^\prime\mathbf x$, where $\mathbf x$ is a column vector and $\mathbf A$ is an $n\times n$ matrix, reduced to something like "$\mathbf I-(\mathbf A^\ast+\mathbf A)/2$ is positive definite".
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
Here is something that might at least go in the right direction. It's not at the fully symbolic level you're looking for, because most matrix calculations require specifying an actual number for the dimension. So here I'll look at $2\times 2$ matrices only:
The answer gives the combination of conditions under which the expression holds, in terms of the four matrix elements individually. |
|||||||||
|