Thread Closed

what is this notation?

 
Share Thread Thread Tools
Mar26-05, 04:39 PM   #1
 

what is this notation?


From Computer Vision, A Modern Approach by Forsyth & Ponce:

More generally, a quadric surface is the locus of the points P whose coordinates satisfy the equation:

[tex]a_{200}x^2 + a_{110}xy + a_{020}y^2 + a_{011}yz + a_{002}z^2 + a_{101}xz + a_{100}x + a_{010}y + a_{001}z + a_{000} = 0 [/tex]

and it is straightforward to check that this condition is equivalent to
[tex]\bold{P}^TQ\bold{P} = 0, \qquad \text{where} \quad Q = \left( \begin{array}{cccc} a_{200} &\frac{1}{2}a_{110} &\frac{1}{2}a_{101} &\frac{1}{2}a_{100} \\
\frac{1}{2}a_{110} &a_{020} &\frac{1}{2}a_{011} &\frac{1}{2}a_{010} \\
\frac{1}{2}a_{101} &\frac{1}{2}a_{011} &a_{002} &\frac{1}{2}a_{001} \\
\frac{1}{2}a_{100} &\frac{1}{2}a_{010} &\frac{1}{2}a_{001} &a_{000} \end{array} \right ) [/tex]
In this equation, P denotes the homogeneous coordinate vector of P.

I don't see any explanation of the subscripts. Anybody know what they represent?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Mar26-05, 05:05 PM   #2
 
Blog Entries: 47
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
It seems the subscripts in the coefficients refer to the number of factors of x,y,z that multiply the coefficient in this polynomial.
Example:
a011 is the coefficient of x0y1z1.
 
Mar26-05, 06:47 PM   #3
 
Eureka!

Thanks robphy.
 
Thread Closed
Thread Tools


Similar Threads for: what is this notation?
Thread Forum Replies
big O notation Calculus & Beyond Homework 18
notation Calculus & Beyond Homework 5
Index notation vs Dirac notation Special & General Relativity 6
Bra-Ket and Ket-Bra Notation Advanced Physics Homework 1
Notation General Math 2