Need help on understanding this notation

  • Thread starter Thread starter Firepanda
  • Start date Start date
  • Tags Tags
    Notation
Firepanda
Messages
425
Reaction score
0
20uqt11.jpg
Where it says maxQ I don't understand.

Q is a matrix, so are A and P.

I know what q1 and the 2-norm of P are, but what on Earth does max Q mean?

I started with the matrix A, I've selected Q as positive definite arbitrarily, and I received a matrix P. I need to now find rho but I'm stuck on what max Q means.
 
Physics news on Phys.org
maxQ means to take the maximum over all possible Q that satisfy the given equation. q1 and P will vary depending on what the matrix Q is.
 
n!kofeyn said:
maxQ means to take the maximum over all possible Q that satisfy the given equation. q1 and P will vary depending on what the matrix Q is.

I still really don't understand this part, can you simplify it a bit?

Say if I have a matrix Q = [1 2; 3 4]

What is the max Q?
 
Firepanda said:
I still really don't understand this part, can you simplify it a bit?

Say if I have a matrix Q = [1 2; 3 4]

What is the max Q?
There is no such thing. Matrices are not "ordered" and so do not have "max" or "min".

It's not "max Q", it is \begin{array} amax \\ Q\end{array}, the maximum taken by a numerical expression over all possible values of Q. This isn't saying anything about a maximum of Q, it's talking about the maximum value of the numerical expression q_1/||P|| where Q can be any matrix and P must be such that A^TP+ PA+ Q= 0
 
HallsofIvy said:
There is no such thing. Matrices are not "ordered" and so do not have "max" or "min".

It's not "max Q", it is \begin{array} amax \\ Q\end{array}, the maximum taken by a numerical expression over all possible values of Q. This isn't saying anything about a maximum of Q, it's talking about the maximum value of the numerical expression q_1/||P|| where Q can be any matrix and P must be such that A^TP+ PA+ Q= 0

Ok thanks, so I don't need to alter the calculation of q_1/(2||P||) and treat it the same as if \begin{array} amax \\ Q\end{array} wasn't there?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top