Skew symmetric matrix of vector follow up - How to obtain skew matrix for N-dimensional vector Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)From a vector to a skew symmetric matrixWhat is the relationship between vector and its associated skew symmetric matrix?multyplication of 2 vectors forming a matrix - meaning$A^3$ When $A$ Is Skew-SymmetricProjection, rotation and skew-symetry in N-dimensional spaceCan skew lines share a normal vector? And how would I derive the equation for the new plane?Skew symmetric matrix of vectorCross product between two n-dimensional vector $(n = 4-5)$geometric interpretation of element-wise vector multiplicationHow does v * vT equal a matrix?
What's the difference between (size_t)-1 and ~0?
How should I respond to a player wanting to catch a sword between their hands?
Strange behaviour of Check
What did Darwin mean by 'squib' here?
Fishing simulator
Interesting examples of non-locally compact topological groups
Can smartphones with the same camera sensor have different image quality?
Working around an AWS network ACL rule limit
How can I make names more distinctive without making them longer?
If A makes B more likely then B makes A more likely"
Array/tabular for long multiplication
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Unable to start mainnet node docker container
Am I ethically obligated to go into work on an off day if the reason is sudden?
When is phishing education going too far?
How to add zeros to reach same number of decimal places in tables?
Estimated State payment too big --> money back; + 2018 Tax Reform
Passing functions in C++
What is the electric potential inside a point charge?
What kind of display is this?
Determine whether f is a function, an injection, a surjection
Limit for e and 1/e
Using "nakedly" instead of "with nothing on"
Direct Experience of Meditation
Skew symmetric matrix of vector follow up - How to obtain skew matrix for N-dimensional vector
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)From a vector to a skew symmetric matrixWhat is the relationship between vector and its associated skew symmetric matrix?multyplication of 2 vectors forming a matrix - meaning$A^3$ When $A$ Is Skew-SymmetricProjection, rotation and skew-symetry in N-dimensional spaceCan skew lines share a normal vector? And how would I derive the equation for the new plane?Skew symmetric matrix of vectorCross product between two n-dimensional vector $(n = 4-5)$geometric interpretation of element-wise vector multiplicationHow does v * vT equal a matrix?
$begingroup$
I am trying to understand usage of skew matrices:
1) It is my understanding from an earlier question in this forum that for vectors A and B, that A cross B is the same as the "skew symmetric matrix" of A times B. Is this correct?
2) If the above is correct, I did a simple example in matlab where A = [1 0 0] and B = [0 1 0]. The obvious cross product is C = [0 0 1];
The skew multiplication is Sij = AiBj - AjBi which results in [0 1 0;-1 0 0; 0 0 0], but the skew of C, or AxB, is [0 -1 0; 1 0 0; 0 0 0]. Looks like the two results are negated or transposed. So I am not sure how this is equivalent, but maybe I just don't understand the application. Any explanation is appreciated.
3) If skew multiplication is a generalization to N dimensional vectors of the cross product when N = 3, then is there an example of finding an orthogonal vector to two vectors in 4-D? All the examples I can find show the equivalent skew matrix for a 3-D vector and how that multiplied with another 3-D vector results in the cross product vector, but I see no reference for getting the skew mapping for N dimensional vectors so that you can multiply that with another N-dimensional vector to obtain an orthogonal N-D vector.
Thanks in advance
linear-algebra matrices lie-algebras
New contributor
$endgroup$
add a comment |
$begingroup$
I am trying to understand usage of skew matrices:
1) It is my understanding from an earlier question in this forum that for vectors A and B, that A cross B is the same as the "skew symmetric matrix" of A times B. Is this correct?
2) If the above is correct, I did a simple example in matlab where A = [1 0 0] and B = [0 1 0]. The obvious cross product is C = [0 0 1];
The skew multiplication is Sij = AiBj - AjBi which results in [0 1 0;-1 0 0; 0 0 0], but the skew of C, or AxB, is [0 -1 0; 1 0 0; 0 0 0]. Looks like the two results are negated or transposed. So I am not sure how this is equivalent, but maybe I just don't understand the application. Any explanation is appreciated.
3) If skew multiplication is a generalization to N dimensional vectors of the cross product when N = 3, then is there an example of finding an orthogonal vector to two vectors in 4-D? All the examples I can find show the equivalent skew matrix for a 3-D vector and how that multiplied with another 3-D vector results in the cross product vector, but I see no reference for getting the skew mapping for N dimensional vectors so that you can multiply that with another N-dimensional vector to obtain an orthogonal N-D vector.
Thanks in advance
linear-algebra matrices lie-algebras
New contributor
$endgroup$
1
$begingroup$
Welcome to Math.SE! Please use MathJax to format your posts.
$endgroup$
– csch2
Apr 8 at 20:02
add a comment |
$begingroup$
I am trying to understand usage of skew matrices:
1) It is my understanding from an earlier question in this forum that for vectors A and B, that A cross B is the same as the "skew symmetric matrix" of A times B. Is this correct?
2) If the above is correct, I did a simple example in matlab where A = [1 0 0] and B = [0 1 0]. The obvious cross product is C = [0 0 1];
The skew multiplication is Sij = AiBj - AjBi which results in [0 1 0;-1 0 0; 0 0 0], but the skew of C, or AxB, is [0 -1 0; 1 0 0; 0 0 0]. Looks like the two results are negated or transposed. So I am not sure how this is equivalent, but maybe I just don't understand the application. Any explanation is appreciated.
3) If skew multiplication is a generalization to N dimensional vectors of the cross product when N = 3, then is there an example of finding an orthogonal vector to two vectors in 4-D? All the examples I can find show the equivalent skew matrix for a 3-D vector and how that multiplied with another 3-D vector results in the cross product vector, but I see no reference for getting the skew mapping for N dimensional vectors so that you can multiply that with another N-dimensional vector to obtain an orthogonal N-D vector.
Thanks in advance
linear-algebra matrices lie-algebras
New contributor
$endgroup$
I am trying to understand usage of skew matrices:
1) It is my understanding from an earlier question in this forum that for vectors A and B, that A cross B is the same as the "skew symmetric matrix" of A times B. Is this correct?
2) If the above is correct, I did a simple example in matlab where A = [1 0 0] and B = [0 1 0]. The obvious cross product is C = [0 0 1];
The skew multiplication is Sij = AiBj - AjBi which results in [0 1 0;-1 0 0; 0 0 0], but the skew of C, or AxB, is [0 -1 0; 1 0 0; 0 0 0]. Looks like the two results are negated or transposed. So I am not sure how this is equivalent, but maybe I just don't understand the application. Any explanation is appreciated.
3) If skew multiplication is a generalization to N dimensional vectors of the cross product when N = 3, then is there an example of finding an orthogonal vector to two vectors in 4-D? All the examples I can find show the equivalent skew matrix for a 3-D vector and how that multiplied with another 3-D vector results in the cross product vector, but I see no reference for getting the skew mapping for N dimensional vectors so that you can multiply that with another N-dimensional vector to obtain an orthogonal N-D vector.
Thanks in advance
linear-algebra matrices lie-algebras
linear-algebra matrices lie-algebras
New contributor
New contributor
New contributor
asked Apr 8 at 19:36
lee84lee84
1
1
New contributor
New contributor
1
$begingroup$
Welcome to Math.SE! Please use MathJax to format your posts.
$endgroup$
– csch2
Apr 8 at 20:02
add a comment |
1
$begingroup$
Welcome to Math.SE! Please use MathJax to format your posts.
$endgroup$
– csch2
Apr 8 at 20:02
1
1
$begingroup$
Welcome to Math.SE! Please use MathJax to format your posts.
$endgroup$
– csch2
Apr 8 at 20:02
$begingroup$
Welcome to Math.SE! Please use MathJax to format your posts.
$endgroup$
– csch2
Apr 8 at 20:02
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
lee84 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3180102%2fskew-symmetric-matrix-of-vector-follow-up-how-to-obtain-skew-matrix-for-n-dime%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
lee84 is a new contributor. Be nice, and check out our Code of Conduct.
lee84 is a new contributor. Be nice, and check out our Code of Conduct.
lee84 is a new contributor. Be nice, and check out our Code of Conduct.
lee84 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3180102%2fskew-symmetric-matrix-of-vector-follow-up-how-to-obtain-skew-matrix-for-n-dime%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
Welcome to Math.SE! Please use MathJax to format your posts.
$endgroup$
– csch2
Apr 8 at 20:02