Expressing a matrix as a Vandermonde Matrix

  • Thread starter Thread starter syj
  • Start date Start date
  • Tags Tags
    Matrix
syj
Messages
53
Reaction score
0
I would like to know how to take a matrix and express it as a vandermonde matrix.

If I could be referred to a web page that explains how this can be done, that'd be great.

I have NO idea what so ever how this is to be done.

:(
 
Physics news on Phys.org
ok, here is one matrix that I have:
[3 3 3 3]
[3 6 -3 9]
[3 12 3 27]
[3 24 -3 8]

i have noticed that if I divide this matrix by 3, its transpose is a vandermonde matrix.

i am not sure how to answer the question given
the question states : express in terms of a vandermonde matrix
 
Ok well if you let that matrix = A then the vandermonde matrix V is \frac{1}{3}A^{T} or rather A = 3V^{T} where the indicies of the vandermonde matrix are:

\alpha_{1} = 1 \quad \alpha_{2} = 2 \quad \alpha_{3} = -1 \quad \alpha_{4} = 3
 
thank you
that's what i was thinking.
i'm so relieved i was on the right track.
:)
 
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