How do I complete a matrix so that its columns are orthogonal? The 2019 Stack Overflow Developer Survey Results Are InIs the matrix in the given dot product orthogonalMatrix columns and independenceProof that columns of an invertible matrix are linearly independentIf $P$ is an orthogonal matrix its columns form an orthonormal set.Generate examples for the intersection of 3 planesHow to change the third column of this matrix so that it becomes orthogonal?Dot product of a matrix columns with vector to show no solutions to $Acdot x = b$Simplify the matrix of a linear system knowing that some of the solutions are equalConvert matrix columns to z scores - notationLinear Algebra, orthogonal columns and length
Deal with toxic manager when you can't quit
What is the meaning of the verb "bear" in this context?
How come people say “Would of”?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Output the Arecibo Message
Are spiders unable to hurt humans, especially very small spiders?
When should I buy a clipper card after flying to OAK?
Falsification in Math vs Science
Why isn't airport relocation done gradually?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Can someone be penalized for an "unlawful" act if no penalty is specified?
Are there any other methods to apply to solving simultaneous equations?
Why can Shazam fly?
Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?
What is the accessibility of a package's `Private` context variables?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Can we generate random numbers using irrational numbers like π and e?
Worn-tile Scrabble
How technical should a Scrum Master be to effectively remove impediments?
If a Druid sees an animal’s corpse, can they wild shape into that animal?
Why not take a picture of a closer black hole?
How can I autofill dates in Excel excluding Sunday?
How do I complete a matrix so that its columns are orthogonal?
The 2019 Stack Overflow Developer Survey Results Are InIs the matrix in the given dot product orthogonalMatrix columns and independenceProof that columns of an invertible matrix are linearly independentIf $P$ is an orthogonal matrix its columns form an orthonormal set.Generate examples for the intersection of 3 planesHow to change the third column of this matrix so that it becomes orthogonal?Dot product of a matrix columns with vector to show no solutions to $Acdot x = b$Simplify the matrix of a linear system knowing that some of the solutions are equalConvert matrix columns to z scores - notationLinear Algebra, orthogonal columns and length
$begingroup$
I'm not sure how to start on these types of problems. I know that the dot product of the columns have to be zero between each pair.
Do I set up a system of linear equations for this? If so, what would it even look like?
linear-algebra matrices orthogonal-matrices matrix-completion
$endgroup$
add a comment |
$begingroup$
I'm not sure how to start on these types of problems. I know that the dot product of the columns have to be zero between each pair.
Do I set up a system of linear equations for this? If so, what would it even look like?
linear-algebra matrices orthogonal-matrices matrix-completion
$endgroup$
2
$begingroup$
This is a great problem. It gives me ideas for my own course.
$endgroup$
– James S. Cook
Mar 30 at 17:39
1
$begingroup$
Remember that two columns are orthogonal if and only if their dot product is zero. For matrix A what you need to do is find a, b, c, d so that the dot product is zero pairwise for all columns. And something similar for matrix B.
$endgroup$
– ErotemeObelus
Mar 30 at 18:19
add a comment |
$begingroup$
I'm not sure how to start on these types of problems. I know that the dot product of the columns have to be zero between each pair.
Do I set up a system of linear equations for this? If so, what would it even look like?
linear-algebra matrices orthogonal-matrices matrix-completion
$endgroup$
I'm not sure how to start on these types of problems. I know that the dot product of the columns have to be zero between each pair.
Do I set up a system of linear equations for this? If so, what would it even look like?
linear-algebra matrices orthogonal-matrices matrix-completion
linear-algebra matrices orthogonal-matrices matrix-completion
edited Mar 30 at 18:28
Rodrigo de Azevedo
13.2k41962
13.2k41962
asked Mar 30 at 17:32
Samurai BaleSamurai Bale
726
726
2
$begingroup$
This is a great problem. It gives me ideas for my own course.
$endgroup$
– James S. Cook
Mar 30 at 17:39
1
$begingroup$
Remember that two columns are orthogonal if and only if their dot product is zero. For matrix A what you need to do is find a, b, c, d so that the dot product is zero pairwise for all columns. And something similar for matrix B.
$endgroup$
– ErotemeObelus
Mar 30 at 18:19
add a comment |
2
$begingroup$
This is a great problem. It gives me ideas for my own course.
$endgroup$
– James S. Cook
Mar 30 at 17:39
1
$begingroup$
Remember that two columns are orthogonal if and only if their dot product is zero. For matrix A what you need to do is find a, b, c, d so that the dot product is zero pairwise for all columns. And something similar for matrix B.
$endgroup$
– ErotemeObelus
Mar 30 at 18:19
2
2
$begingroup$
This is a great problem. It gives me ideas for my own course.
$endgroup$
– James S. Cook
Mar 30 at 17:39
$begingroup$
This is a great problem. It gives me ideas for my own course.
$endgroup$
– James S. Cook
Mar 30 at 17:39
1
1
$begingroup$
Remember that two columns are orthogonal if and only if their dot product is zero. For matrix A what you need to do is find a, b, c, d so that the dot product is zero pairwise for all columns. And something similar for matrix B.
$endgroup$
– ErotemeObelus
Mar 30 at 18:19
$begingroup$
Remember that two columns are orthogonal if and only if their dot product is zero. For matrix A what you need to do is find a, b, c, d so that the dot product is zero pairwise for all columns. And something similar for matrix B.
$endgroup$
– ErotemeObelus
Mar 30 at 18:19
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your matrix $A$ is$$A=beginbmatrix-1&1&-1&1\1&1&-1&a\0&1&b&c\0&0&1&dendbmatrix.$$The first to columns are clearly orthogonal. Also, the first and the third columns are orthogonal too, no matter what $B$ is. On the other hand, the second and the second columns are orthogonal if and only if $1times(-1)+1times(-1)+1times b+0times1=0$, which means that $b=2$. Let us then assume that $b=2$
Now, the first and the fourth columns are orthogonal if and only if $a=1$. So let us assume that $a=1$. Then the second and the fourth columns are orthogonal if and only if $c=-2$. Now, complete the process in order to determine the only possible value for $d$. Can you deal with the other matrix now?
$endgroup$
$begingroup$
for the second matrix the first column's missing number is -1 and the third column is 1 ,-1 -,1, is there a step by step method to solve these types of problems
$endgroup$
– Samurai Bale
Mar 30 at 18:02
$begingroup$
The method that I described is step-by-step.
$endgroup$
– José Carlos Santos
Mar 30 at 18:04
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
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
);
);
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%2f3168560%2fhow-do-i-complete-a-matrix-so-that-its-columns-are-orthogonal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Your matrix $A$ is$$A=beginbmatrix-1&1&-1&1\1&1&-1&a\0&1&b&c\0&0&1&dendbmatrix.$$The first to columns are clearly orthogonal. Also, the first and the third columns are orthogonal too, no matter what $B$ is. On the other hand, the second and the second columns are orthogonal if and only if $1times(-1)+1times(-1)+1times b+0times1=0$, which means that $b=2$. Let us then assume that $b=2$
Now, the first and the fourth columns are orthogonal if and only if $a=1$. So let us assume that $a=1$. Then the second and the fourth columns are orthogonal if and only if $c=-2$. Now, complete the process in order to determine the only possible value for $d$. Can you deal with the other matrix now?
$endgroup$
$begingroup$
for the second matrix the first column's missing number is -1 and the third column is 1 ,-1 -,1, is there a step by step method to solve these types of problems
$endgroup$
– Samurai Bale
Mar 30 at 18:02
$begingroup$
The method that I described is step-by-step.
$endgroup$
– José Carlos Santos
Mar 30 at 18:04
add a comment |
$begingroup$
Your matrix $A$ is$$A=beginbmatrix-1&1&-1&1\1&1&-1&a\0&1&b&c\0&0&1&dendbmatrix.$$The first to columns are clearly orthogonal. Also, the first and the third columns are orthogonal too, no matter what $B$ is. On the other hand, the second and the second columns are orthogonal if and only if $1times(-1)+1times(-1)+1times b+0times1=0$, which means that $b=2$. Let us then assume that $b=2$
Now, the first and the fourth columns are orthogonal if and only if $a=1$. So let us assume that $a=1$. Then the second and the fourth columns are orthogonal if and only if $c=-2$. Now, complete the process in order to determine the only possible value for $d$. Can you deal with the other matrix now?
$endgroup$
$begingroup$
for the second matrix the first column's missing number is -1 and the third column is 1 ,-1 -,1, is there a step by step method to solve these types of problems
$endgroup$
– Samurai Bale
Mar 30 at 18:02
$begingroup$
The method that I described is step-by-step.
$endgroup$
– José Carlos Santos
Mar 30 at 18:04
add a comment |
$begingroup$
Your matrix $A$ is$$A=beginbmatrix-1&1&-1&1\1&1&-1&a\0&1&b&c\0&0&1&dendbmatrix.$$The first to columns are clearly orthogonal. Also, the first and the third columns are orthogonal too, no matter what $B$ is. On the other hand, the second and the second columns are orthogonal if and only if $1times(-1)+1times(-1)+1times b+0times1=0$, which means that $b=2$. Let us then assume that $b=2$
Now, the first and the fourth columns are orthogonal if and only if $a=1$. So let us assume that $a=1$. Then the second and the fourth columns are orthogonal if and only if $c=-2$. Now, complete the process in order to determine the only possible value for $d$. Can you deal with the other matrix now?
$endgroup$
Your matrix $A$ is$$A=beginbmatrix-1&1&-1&1\1&1&-1&a\0&1&b&c\0&0&1&dendbmatrix.$$The first to columns are clearly orthogonal. Also, the first and the third columns are orthogonal too, no matter what $B$ is. On the other hand, the second and the second columns are orthogonal if and only if $1times(-1)+1times(-1)+1times b+0times1=0$, which means that $b=2$. Let us then assume that $b=2$
Now, the first and the fourth columns are orthogonal if and only if $a=1$. So let us assume that $a=1$. Then the second and the fourth columns are orthogonal if and only if $c=-2$. Now, complete the process in order to determine the only possible value for $d$. Can you deal with the other matrix now?
answered Mar 30 at 17:40
José Carlos SantosJosé Carlos Santos
174k23133242
174k23133242
$begingroup$
for the second matrix the first column's missing number is -1 and the third column is 1 ,-1 -,1, is there a step by step method to solve these types of problems
$endgroup$
– Samurai Bale
Mar 30 at 18:02
$begingroup$
The method that I described is step-by-step.
$endgroup$
– José Carlos Santos
Mar 30 at 18:04
add a comment |
$begingroup$
for the second matrix the first column's missing number is -1 and the third column is 1 ,-1 -,1, is there a step by step method to solve these types of problems
$endgroup$
– Samurai Bale
Mar 30 at 18:02
$begingroup$
The method that I described is step-by-step.
$endgroup$
– José Carlos Santos
Mar 30 at 18:04
$begingroup$
for the second matrix the first column's missing number is -1 and the third column is 1 ,-1 -,1, is there a step by step method to solve these types of problems
$endgroup$
– Samurai Bale
Mar 30 at 18:02
$begingroup$
for the second matrix the first column's missing number is -1 and the third column is 1 ,-1 -,1, is there a step by step method to solve these types of problems
$endgroup$
– Samurai Bale
Mar 30 at 18:02
$begingroup$
The method that I described is step-by-step.
$endgroup$
– José Carlos Santos
Mar 30 at 18:04
$begingroup$
The method that I described is step-by-step.
$endgroup$
– José Carlos Santos
Mar 30 at 18:04
add a comment |
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%2f3168560%2fhow-do-i-complete-a-matrix-so-that-its-columns-are-orthogonal%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
2
$begingroup$
This is a great problem. It gives me ideas for my own course.
$endgroup$
– James S. Cook
Mar 30 at 17:39
1
$begingroup$
Remember that two columns are orthogonal if and only if their dot product is zero. For matrix A what you need to do is find a, b, c, d so that the dot product is zero pairwise for all columns. And something similar for matrix B.
$endgroup$
– ErotemeObelus
Mar 30 at 18:19