Recent content by MF2

  1. M

    Undergrad Given a vector, how to compute orthogonal plane

    The plane would go through one end of the vector. For example, a 3-d vector would go from point (0,0,0) to (x,y,z). I want the plane perpendicular to this vector, going through (x,y,z). Do I need another point to define the plane, or is this enough information. Thanks!
  2. M

    Undergrad Given a vector, how to compute orthogonal plane

    Given a vector (in 3-d), how do I determine the plane that is orthogonal to it? I am not quite finding a search term that gets me to this, but instead to several similar, but different questions. One such is find an equation of a plane perpendicular to a vector and passing through a given...