enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. How to find an orthogonal vector given two vectors?

    math.stackexchange.com/questions/1201002

    In your particular case, if you are not aware of the fact that the cross-product of two independent vectors in R3 is orthogonal to each of those vectors, you have. v1 = (v11 v12 v13) = (− 1 1 1) and v2 = (v21 v22 v23) = (√2 1 − 1), so you could solve the system of equations.

  3. How to find orthogonal projection of vector on a subspace?

    math.stackexchange.com/questions/857942

    Find an orthogonal vector under the constraints described. 0. Matrix for orthogonal projection. 4.

  4. How to find perpendicular vector to another vector?

    math.stackexchange.com/questions/137362

    The vector is of form $(0,0,z)$ with z < 0 and we can simply invert it before applying the formula above. As shown below this can be exploited to get a branch-free implementation. The vector is the zero vector $(0,0,0)$. "perpendicular" doesn't make much sense in case of the null vector. If you interpret it as "dot product is zero" than you can ...

  5. Now write it as a quaternion: x1 + ix2 + jx3 + kx4 x 1 + i x 2 + j x 3 + k x 4. Then, since multiplication by i, j, k i, j, k rotates this vector 900 90 0 across the various axes of our 4D space, the following three vectors make your initial choice of vector into an orthonormal basis:

  6. How to find the orthogonal complement of a given subspace?

    math.stackexchange.com/questions/2844275/how-to-find-the-orthogonal-complement...

    The orthogonal complement is the set of all vectors whose dot product with any vector in your subspace is 0. It's a fact that this is a subspace and it will also be complementary to your original subspace. In this case that means it will be one dimensional.

  7. Finding a unit vector perpendicular to another vector

    math.stackexchange.com/questions/133177

    You are just looking to a vector $(x,y,z)$ s.t. $8x+4y-6z=0$. Take $(1,-2,0)$ for example, and then divide it by its norm to make it unit. Another method is that from any non-colinear vector to the first, you can apply Gramm-Schmidt process to get an orthogonal vector from the second.

  8. Find Orthogonal complement - Mathematics Stack Exchange

    math.stackexchange.com/questions/1394456

    Hence, the orthogonal complement U ⊥ is the set of vectors x = (x1, x2, x3) such that 3x1 + 3x2 + x3 = 0 Setting respectively x3 = 0 and x1 = 0, you can find 2 independent vectors in U ⊥, for example (1, − 1, 0) and (0, − 1, 3). These generate U ⊥ since it is two dimensional (being the orthogonal complement of a one dimensional ...

  9. linear algebra - Find two vectors orthogonal to $v = [1,2,0 ...

    math.stackexchange.com/questions/1535484/find-two-vectors-orthogonal-to-v-1-2-0

    Clearly there are no restrictions on z z so you can pick any value of z z. But x x and y y are related by the equation x = −2y x = − 2 y. So just pick any values of x x 's (or y y 's) and z z 's and use that equation to find the last coordinate of suitable vectors. For instance (2, −1, 0) (2, − 1, 0), (−10, 5, 3) (− 10, 5, 3), (2π ...

  10. Describing y as the sum of two orthogonal vectors

    math.stackexchange.com/.../describing-y-as-the-sum-of-two-orthogonal-vectors

    Its actually easier than what you are trying to do. Once you find the projection of y y onto u u subtract that from the original y y vector. Whats left will have no projection onto u u and will therefore be normal to u u. Then you have two vectors (the projection and the remainder) which are orthogonal and sum to y y. – Spencer.

  11. How do I find Orthogonal Projection given two Vectors?

    math.stackexchange.com/questions/19749

    A vector always consists of a length and a direction so now you need to add a direction to the length you just computed. But the direction is the direction of $\vec{a}$. How do you get the direction only without its length? You make it a unit vector like this: $\vec{e}_a = \frac{1}{|\vec{a}|} \vec{a}$.