A question in prooving invertion

  • Thread starter Thread starter transgalactic
  • Start date Start date
transgalactic
Messages
1,386
Reaction score
0
http://img364.imageshack.us/my.php?image=aaauo9.jpg

i need to proove that this operator is invertable
i solved it by putting a standart basis and findind that each line in the matrix
is independant.

is it ok??

is there any easier way to slve it??

when i tried to find the invert of this operator i got the same matrix as before
very weird result
is that ok??
 
Physics news on Phys.org
P\left(\left[\begin{array}{cc}a & b \\c & d\end{array}\right]\right)= \left[\begin{array}{cc}d & c \\ b & a\end{array}\right]
when i tried to find the invert of this operator i got the same matrix as before
very weird result
is that ok??
Yes, that's okay. The multiplicative inverse of 1 is 1 and the multiplicative inverse of -1 is -1. The inverse of the identity operator is obviously the indentity operator. It's quite possible for for a linear operator to be its own inverse.

And it isn't necessary to write this in terms of a basis. You can "reason" it out:

We can think of P as doing two things to a matrix: 1) Swap the columns so that
\left[\begin{array}{cc}a & b \\c & d\end{array}\right]
becomes
\left[\begin{array}{cc}b & a \\d & c\end{array}\right]
Then Swap rows so that becomes
\left[\begin{array}{cc}d & c \\b & a\end{array}\right]

The inverse must do just the opposite, going back from
\left[\begin{array}{cc}d & c \\b & a\end{array}\right]
to
\left[\begin{array}{cc}a & b \\c & d\end{array}\right]

But the inverse (opposite) of "swap the rows" is "swap the rows" and the inverse of "swap the columns" is "swap the columns"!
What is
P\left(P\left(\left[\begin{array}{cc}a & b \\c & d\end{array}\right]\right)\right)
 
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...
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top