Recent content by hiroman

  1. H

    Parametric surface segmentation

    Hi! I am trying to segment a parametric surface into different sections. What I have is a surface G(u,v) with parametric values u=[0,1] and v=[0,1]. Also, I have some discrete points on that surface which can be connected to form curves. Is there an appropriate way to segment the surface...
  2. H

    Cubic polynomial function with 3 real roots; one at infinity?

    Many thanks for the enlightenment, Steve! Cheers.
  3. H

    Cubic polynomial function with 3 real roots; one at infinity?

    Is it possible to have a cubic polynomial (ax^3+bx^2+cx+d) which has three REAL roots, with one of them being +/- infinity? If there is, can you give an example? Thanks!
  4. H

    Meaning of eigenvectors and values of a 2x2 matrix (2nd order tensor)

    Thanks for the illustration on eigenvalues and eigenvectors. Then, is it correct to consider that eigenvectors of a matrix are the same if the orientation is different? Per the example, the eigenvectors would be the same if the people are stretching or contracting the rubber sheet?
  5. H

    Meaning of eigenvectors and values of a 2x2 matrix (2nd order tensor)

    Hi! I am a new user who is not an expert with Linear Algebra at all. I have some questions about eigen values/vectors and their meaning with relation to a 2x2 matrix, or tensor, which was obtained by the tensor product of 2 vectors. First, I have two 2-dimensional 2x1 vectors "v1" and "v2"...
  6. H

    Symmetric vector to tensor representation?

    Just realized that I can use the dyadic product of two vectors to generate my tensor. Thus, v1(point)=[1; 2]; v2(point)=[-1;-2] can give T(point)=[(1)(-1) (1)(-2); (2)(-1) (2)(-2)] T(point)=[-1 -2;-2 -4]. Thus I can have the same eigenvectors if [dyadic product(v1,v2)] or [dyadic...
  7. H

    Symmetric vector to tensor representation?

    Hi all! I have a discrete 2D vector field with a particular characteristic: At every point, instead of having a single vector, I have two vectors which are in the opposite direction. For example, at point p(x,y)=p(0,0) I have two vectors: v1(1,1) and v2(-1,-1). And so on for all points. I...
Back
Top