Which of the following statements is (are) true, for three matrices?
$begingroup$
Let $A, B, C$ be three matrices such that $AB = C$.
Which of the following statements is (are) true?
the columns in $C^T$ are linear combinations of the columns in $B^T$
the columns in $C$ are linear combinations of the columns in $A^T$
the columns in $C$ are linear combinations of the columns in $B$
the columns in $C^T$ are linear combinations of the columns in $A^T$
My answer:
I guess that the only option that is correct is 3 which means that The columns in C are linear combinations of the columns in B. Am I right or could someone please help me to decide of which of these that are correct?
linear-algebra matrices matrix-equations
$endgroup$
add a comment |
$begingroup$
Let $A, B, C$ be three matrices such that $AB = C$.
Which of the following statements is (are) true?
the columns in $C^T$ are linear combinations of the columns in $B^T$
the columns in $C$ are linear combinations of the columns in $A^T$
the columns in $C$ are linear combinations of the columns in $B$
the columns in $C^T$ are linear combinations of the columns in $A^T$
My answer:
I guess that the only option that is correct is 3 which means that The columns in C are linear combinations of the columns in B. Am I right or could someone please help me to decide of which of these that are correct?
linear-algebra matrices matrix-equations
$endgroup$
$begingroup$
In fact, the correct answer is 1
$endgroup$
– Omnomnomnom
Dec 19 '18 at 19:00
add a comment |
$begingroup$
Let $A, B, C$ be three matrices such that $AB = C$.
Which of the following statements is (are) true?
the columns in $C^T$ are linear combinations of the columns in $B^T$
the columns in $C$ are linear combinations of the columns in $A^T$
the columns in $C$ are linear combinations of the columns in $B$
the columns in $C^T$ are linear combinations of the columns in $A^T$
My answer:
I guess that the only option that is correct is 3 which means that The columns in C are linear combinations of the columns in B. Am I right or could someone please help me to decide of which of these that are correct?
linear-algebra matrices matrix-equations
$endgroup$
Let $A, B, C$ be three matrices such that $AB = C$.
Which of the following statements is (are) true?
the columns in $C^T$ are linear combinations of the columns in $B^T$
the columns in $C$ are linear combinations of the columns in $A^T$
the columns in $C$ are linear combinations of the columns in $B$
the columns in $C^T$ are linear combinations of the columns in $A^T$
My answer:
I guess that the only option that is correct is 3 which means that The columns in C are linear combinations of the columns in B. Am I right or could someone please help me to decide of which of these that are correct?
linear-algebra matrices matrix-equations
linear-algebra matrices matrix-equations
edited Dec 19 '18 at 18:54
Lorenzo B.
1,8582520
1,8582520
asked Dec 19 '18 at 18:38
andersanders
6115
6115
$begingroup$
In fact, the correct answer is 1
$endgroup$
– Omnomnomnom
Dec 19 '18 at 19:00
add a comment |
$begingroup$
In fact, the correct answer is 1
$endgroup$
– Omnomnomnom
Dec 19 '18 at 19:00
$begingroup$
In fact, the correct answer is 1
$endgroup$
– Omnomnomnom
Dec 19 '18 at 19:00
$begingroup$
In fact, the correct answer is 1
$endgroup$
– Omnomnomnom
Dec 19 '18 at 19:00
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Hint: The matrix $AB$ has columns that are the linear combinations of the columns of $A$, and rows that are the linear combinations of the rows of $B$. To see that this is true, note that each column of $AB$ has the form
$$
pmatrix{C_1 & C_2 & C_3} pmatrix{b_1\b_2\b_3} = b_1 C_1 + b_2 C_2 + b_3 C_3
$$
where $C_i$ is the $i$th column of $A$. Similarly, each row of $AB$ as the form
$$
pmatrix{a_1 & a_2 & a_3} pmatrix{R_1\R_2\R_3} = a_1 R_1 + a_2 R_2 + a_3 R_3
$$
where $R_i$ is the $i$th row of $B$.
Of course, the columns of $A^T$ are simply the rows of $A$.
$endgroup$
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%2f3046724%2fwhich-of-the-following-statements-is-are-true-for-three-matrices%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$
Hint: The matrix $AB$ has columns that are the linear combinations of the columns of $A$, and rows that are the linear combinations of the rows of $B$. To see that this is true, note that each column of $AB$ has the form
$$
pmatrix{C_1 & C_2 & C_3} pmatrix{b_1\b_2\b_3} = b_1 C_1 + b_2 C_2 + b_3 C_3
$$
where $C_i$ is the $i$th column of $A$. Similarly, each row of $AB$ as the form
$$
pmatrix{a_1 & a_2 & a_3} pmatrix{R_1\R_2\R_3} = a_1 R_1 + a_2 R_2 + a_3 R_3
$$
where $R_i$ is the $i$th row of $B$.
Of course, the columns of $A^T$ are simply the rows of $A$.
$endgroup$
add a comment |
$begingroup$
Hint: The matrix $AB$ has columns that are the linear combinations of the columns of $A$, and rows that are the linear combinations of the rows of $B$. To see that this is true, note that each column of $AB$ has the form
$$
pmatrix{C_1 & C_2 & C_3} pmatrix{b_1\b_2\b_3} = b_1 C_1 + b_2 C_2 + b_3 C_3
$$
where $C_i$ is the $i$th column of $A$. Similarly, each row of $AB$ as the form
$$
pmatrix{a_1 & a_2 & a_3} pmatrix{R_1\R_2\R_3} = a_1 R_1 + a_2 R_2 + a_3 R_3
$$
where $R_i$ is the $i$th row of $B$.
Of course, the columns of $A^T$ are simply the rows of $A$.
$endgroup$
add a comment |
$begingroup$
Hint: The matrix $AB$ has columns that are the linear combinations of the columns of $A$, and rows that are the linear combinations of the rows of $B$. To see that this is true, note that each column of $AB$ has the form
$$
pmatrix{C_1 & C_2 & C_3} pmatrix{b_1\b_2\b_3} = b_1 C_1 + b_2 C_2 + b_3 C_3
$$
where $C_i$ is the $i$th column of $A$. Similarly, each row of $AB$ as the form
$$
pmatrix{a_1 & a_2 & a_3} pmatrix{R_1\R_2\R_3} = a_1 R_1 + a_2 R_2 + a_3 R_3
$$
where $R_i$ is the $i$th row of $B$.
Of course, the columns of $A^T$ are simply the rows of $A$.
$endgroup$
Hint: The matrix $AB$ has columns that are the linear combinations of the columns of $A$, and rows that are the linear combinations of the rows of $B$. To see that this is true, note that each column of $AB$ has the form
$$
pmatrix{C_1 & C_2 & C_3} pmatrix{b_1\b_2\b_3} = b_1 C_1 + b_2 C_2 + b_3 C_3
$$
where $C_i$ is the $i$th column of $A$. Similarly, each row of $AB$ as the form
$$
pmatrix{a_1 & a_2 & a_3} pmatrix{R_1\R_2\R_3} = a_1 R_1 + a_2 R_2 + a_3 R_3
$$
where $R_i$ is the $i$th row of $B$.
Of course, the columns of $A^T$ are simply the rows of $A$.
answered Dec 19 '18 at 19:04
OmnomnomnomOmnomnomnom
129k793187
129k793187
add a comment |
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%2f3046724%2fwhich-of-the-following-statements-is-are-true-for-three-matrices%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
$begingroup$
In fact, the correct answer is 1
$endgroup$
– Omnomnomnom
Dec 19 '18 at 19:00