Finding pairs of operator-related vectors

  • Thread starter dipole
  • Start date
  • Tags
    Vectors
In summary, the conversation discusses finding a pairing of vectors in a set of even numbers. One method suggested is to iterate over a norm and find pairs that satisfy a certain condition. Another possible approach is to test for equality index-by-index, but this may make the algorithm more complicated. It is important to remove any matches from the list before moving on to the next search.
  • #1
dipole
555
151
Say I have an even-numbered set of vectors, [itex] X = \{x_1, x_2, ...x_{2n}\} [/itex] where there exists some pairing of the vectors such that,
[tex] x_iA = x'_i \quad \forall i=1..n[/tex]

However, I don't know what the pairing should be. Other than iterating over some norm and finding all pairs of [itex] i [/itex] and [itex] j [/itex] which satisfy [itex]|| x_iA - x_j || = 0 [/itex], can anyone think of a faster way of doing it?
 
Physics news on Phys.org
  • #2
One thing that might speed up the calculations, but would make the algorithm more complicated, would be to test for equality index-by-index and only continue to the next index if the current one is equal. Of course, you should not forget to remove any matches from the list before moving on to the next search.
 

Related to Finding pairs of operator-related vectors

1. What are operator-related vectors?

Operator-related vectors are two vectors that are connected by an operator, such as addition, subtraction, or multiplication. This means that the operator acts on one vector to produce the other vector.

2. How do I find pairs of operator-related vectors?

To find pairs of operator-related vectors, you need to identify the operator and its properties. For example, if you are looking for addition-related vectors, you would need to find two vectors that, when added together, produce a third vector. You can also use algebraic equations to help you find these pairs.

3. Can operator-related vectors be in different dimensions?

Yes, operator-related vectors can be in different dimensions. In fact, this is often the case as operators can act on vectors in any dimension. However, the operator must still follow its specific properties (e.g. commutative, associative, etc.) for the vectors to be considered related.

4. What is the significance of finding pairs of operator-related vectors?

Finding pairs of operator-related vectors can help us understand the properties and behaviors of different operators. It can also be useful in solving mathematical problems and equations.

5. Are there any real-world applications of operator-related vectors?

Yes, there are many real-world applications of operator-related vectors. For example, in physics, vector operators are used to describe the movement and forces of objects. In computer graphics, vector operators are used to manipulate and transform images. In economics, vector operators are used to model and analyze financial data.

Similar threads

  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
685
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
771
  • Linear and Abstract Algebra
Replies
12
Views
2K
Replies
1
Views
610
Replies
3
Views
863
  • Calculus and Beyond Homework Help
Replies
2
Views
715
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
656
  • Precalculus Mathematics Homework Help
Replies
32
Views
960
Back
Top