Quadric surface question, given 3x3 matrix A and (x^T)Ax=6

imsleepy
Messages
49
Reaction score
0
BTXGF.jpg


this is my working out:

http://i.imgur.com/1hsQS.jpg

i sort of figured out how to do this a few mins ago lol. it doesn't seem too hard.
it's sort of like... multiplying the first number in the matrix A by it's position in the matrix (x1 * x1) which is basically the coordinates of the value, then doing that for all numbers in the matrix A.

am i right? have i fully answered the question?

edit: in my working out, the xTAx = sigma sigma axx was taken from my course manual.
 
Physics news on Phys.org
haven't followed it all through, but i think you have the right idea

the sigma sigma is just matrix multiplication
 
awesome, thank you :)
 
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