how to mathematically express a relationship in which a vector can be any 3D unit vector
I'm currently doing some work with 3D rotations and exponential coordinates. Exponential coordinates
Given a set of exponential coordinates
I'm wondering how to express this relationship as an equation. Below are some of my ideas, but none are entirely satisfactory to me:
idea 1:
idea 2:
idea 3:
What is the best way to express the relationship/mapping from
2 answers
You are accessing this answer with a direct link, so it's being shown above all other answers regardless of its score. You can return to the normal view.
If I understand the situation correctly, the problematic issue is the zero rotation, and the issue is that if you do not rotate things at all, than that corresponds to a zero rotation around any axis.
If this is true, then I could understand any of your three ideas. The third one might be marginally harder to read because of the spacing, but that can be dealt with; it is typography, not mathematics.
In idea two you might want to add the word «or».
But generally, I would use whichever is clearest and uses as similar notations as you use for similar ideas in the rest of the text.
1 comment thread
What makes the most sense to do somewhat depends on the context of this expression.
What it seems you are really trying to do is defined
Now I will talk about various less Right options. Why do this? First, it is perfectly valid and quite doable to do things the way I described above. But it will also feel weird and often be clumsy[1]. And all this for one particular edge case. Essentially, the (non-functional) relational nature of
One only slightly less Right approach is to make an arbitrary choice. Unlike the situation with division of numbers (where we have a non-functional relation as well but in that case a partial, single-valued one), you have options. One way of doing this is to only partially axiomatize/specify the
Finally, you can do what is done for division of numbers: implicitly add constraints to restrict the relation to the domain on which it is single-valued and thus a function. That said, the situation isn't nearly as bad as for division. Per the previous paragraph, as long as
-
Things like Eugenio Moggi's monadic metalanguage would help partially recover some ergonomics for the set-valued function case. ↩︎
-
If you're familiar with the notion or as an introduction to the notion,
is essentially a Skolem function for the formula . ↩︎ -
Which is to say, add the axiom
. ↩︎ -
The relational equivalent of this would be
which is false and the whole reason we're in this situation. ↩︎
0 comment threads