Shape Operators and Eigenvalues

chaotixmonjuish
Messages
284
Reaction score
0
This is probably falls within a problem of Mathematica as opposed to a question on here but I have a question about the following:

Given some cylinder with the shape operator matrix:

{{0,0},{0,-1/r}}

We get eigenvalues 0 and -1/r and thus eigenvectors {0, -1/r} and {1/r, 0} by my computations.

However we know that the principal directions are {{1},{0}} and {{0},{1}} <= (Computations on Mathematica)

This question, I guess, is an intersection of differential geometry and Linear Algebra.
 
Physics news on Phys.org
(1,0) and (0,1) are also eigenvectors of that matrix, in fact they are the orthonormal basis for the eigenspace. They are obtained by normalizing the eigenvectors you chose.
 
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