Finding matrix relative to a polynomial basis and basis in R2?
up vote
0
down vote
favorite
Let U be the space of polynomials with basis E=[1,t,t^2], let V=R2 have the basis F=[(1,0),(1,1)] and define a linear map T: U->V by T(f)= (f(3),f'(3)).
Determine the matrix representing T relative to the basis E and F.
What is the Rank of T?
Exhibit a basis for the kernel of T.
I understand how to determine a matrix relative to a single basis in R2, but I've never done it relative to two basis, and never with a polynomial as a basis. Can anyone walk me though how to go about solving this type of problem?
linear-algebra matrices polynomials linear-transformations matrix-rank
add a comment |
up vote
0
down vote
favorite
Let U be the space of polynomials with basis E=[1,t,t^2], let V=R2 have the basis F=[(1,0),(1,1)] and define a linear map T: U->V by T(f)= (f(3),f'(3)).
Determine the matrix representing T relative to the basis E and F.
What is the Rank of T?
Exhibit a basis for the kernel of T.
I understand how to determine a matrix relative to a single basis in R2, but I've never done it relative to two basis, and never with a polynomial as a basis. Can anyone walk me though how to go about solving this type of problem?
linear-algebra matrices polynomials linear-transformations matrix-rank
Please use mathjax to format your question
– K Split X
Mar 18 at 23:53
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Let U be the space of polynomials with basis E=[1,t,t^2], let V=R2 have the basis F=[(1,0),(1,1)] and define a linear map T: U->V by T(f)= (f(3),f'(3)).
Determine the matrix representing T relative to the basis E and F.
What is the Rank of T?
Exhibit a basis for the kernel of T.
I understand how to determine a matrix relative to a single basis in R2, but I've never done it relative to two basis, and never with a polynomial as a basis. Can anyone walk me though how to go about solving this type of problem?
linear-algebra matrices polynomials linear-transformations matrix-rank
Let U be the space of polynomials with basis E=[1,t,t^2], let V=R2 have the basis F=[(1,0),(1,1)] and define a linear map T: U->V by T(f)= (f(3),f'(3)).
Determine the matrix representing T relative to the basis E and F.
What is the Rank of T?
Exhibit a basis for the kernel of T.
I understand how to determine a matrix relative to a single basis in R2, but I've never done it relative to two basis, and never with a polynomial as a basis. Can anyone walk me though how to go about solving this type of problem?
linear-algebra matrices polynomials linear-transformations matrix-rank
linear-algebra matrices polynomials linear-transformations matrix-rank
asked Mar 18 at 23:45
Brandon Grothe
81
81
Please use mathjax to format your question
– K Split X
Mar 18 at 23:53
add a comment |
Please use mathjax to format your question
– K Split X
Mar 18 at 23:53
Please use mathjax to format your question
– K Split X
Mar 18 at 23:53
Please use mathjax to format your question
– K Split X
Mar 18 at 23:53
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
HINT
Polynomial of degree 2 in this case are a vector space in the sense that at each polynomial $f(t)=a+bt+ct^2$ we can associate the vector $v=(a,b,c)$.
The linear map $T$ maps a polynomial $f(t)=a+bt+ct^2$ in $(a+3b+9c,b+6c)$. Since we are requeste to use the basis F we need to write $(a+3b+9c,b+6c)$ in this basis that is
- $x+y=a+3b+9cimplies x=a+3b+9c-b-6c=a+2b+3c$
- $y= b+6c$
Then
$$T(a,b,c)=(a+2b+3c,b+6c)$$
Can you proceed from here?
Thank you, but I'm having trouble wrapping my head around it... could you go a step further?
– Brandon Grothe
Mar 19 at 0:11
Can you derive the matrix for T from the last step?
– gimusi
Mar 19 at 9:12
I know I need to turn that into a system of linear equations but I'm confused by the x + y part and how to use it to get to the matrix
– Brandon Grothe
Mar 19 at 12:04
@BrandonGrothe Did you solve the problem? the matrix representation in the standard basis is $begin{pmatrix}1&3&9\0&1&6end{pmatrix}$ with the bais F is $begin{pmatrix}1&2&3\0&1&6end{pmatrix}$
– gimusi
Mar 23 at 13:32
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',
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%2f2698028%2ffinding-matrix-relative-to-a-polynomial-basis-and-basis-in-r2%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
up vote
0
down vote
accepted
HINT
Polynomial of degree 2 in this case are a vector space in the sense that at each polynomial $f(t)=a+bt+ct^2$ we can associate the vector $v=(a,b,c)$.
The linear map $T$ maps a polynomial $f(t)=a+bt+ct^2$ in $(a+3b+9c,b+6c)$. Since we are requeste to use the basis F we need to write $(a+3b+9c,b+6c)$ in this basis that is
- $x+y=a+3b+9cimplies x=a+3b+9c-b-6c=a+2b+3c$
- $y= b+6c$
Then
$$T(a,b,c)=(a+2b+3c,b+6c)$$
Can you proceed from here?
Thank you, but I'm having trouble wrapping my head around it... could you go a step further?
– Brandon Grothe
Mar 19 at 0:11
Can you derive the matrix for T from the last step?
– gimusi
Mar 19 at 9:12
I know I need to turn that into a system of linear equations but I'm confused by the x + y part and how to use it to get to the matrix
– Brandon Grothe
Mar 19 at 12:04
@BrandonGrothe Did you solve the problem? the matrix representation in the standard basis is $begin{pmatrix}1&3&9\0&1&6end{pmatrix}$ with the bais F is $begin{pmatrix}1&2&3\0&1&6end{pmatrix}$
– gimusi
Mar 23 at 13:32
add a comment |
up vote
0
down vote
accepted
HINT
Polynomial of degree 2 in this case are a vector space in the sense that at each polynomial $f(t)=a+bt+ct^2$ we can associate the vector $v=(a,b,c)$.
The linear map $T$ maps a polynomial $f(t)=a+bt+ct^2$ in $(a+3b+9c,b+6c)$. Since we are requeste to use the basis F we need to write $(a+3b+9c,b+6c)$ in this basis that is
- $x+y=a+3b+9cimplies x=a+3b+9c-b-6c=a+2b+3c$
- $y= b+6c$
Then
$$T(a,b,c)=(a+2b+3c,b+6c)$$
Can you proceed from here?
Thank you, but I'm having trouble wrapping my head around it... could you go a step further?
– Brandon Grothe
Mar 19 at 0:11
Can you derive the matrix for T from the last step?
– gimusi
Mar 19 at 9:12
I know I need to turn that into a system of linear equations but I'm confused by the x + y part and how to use it to get to the matrix
– Brandon Grothe
Mar 19 at 12:04
@BrandonGrothe Did you solve the problem? the matrix representation in the standard basis is $begin{pmatrix}1&3&9\0&1&6end{pmatrix}$ with the bais F is $begin{pmatrix}1&2&3\0&1&6end{pmatrix}$
– gimusi
Mar 23 at 13:32
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
HINT
Polynomial of degree 2 in this case are a vector space in the sense that at each polynomial $f(t)=a+bt+ct^2$ we can associate the vector $v=(a,b,c)$.
The linear map $T$ maps a polynomial $f(t)=a+bt+ct^2$ in $(a+3b+9c,b+6c)$. Since we are requeste to use the basis F we need to write $(a+3b+9c,b+6c)$ in this basis that is
- $x+y=a+3b+9cimplies x=a+3b+9c-b-6c=a+2b+3c$
- $y= b+6c$
Then
$$T(a,b,c)=(a+2b+3c,b+6c)$$
Can you proceed from here?
HINT
Polynomial of degree 2 in this case are a vector space in the sense that at each polynomial $f(t)=a+bt+ct^2$ we can associate the vector $v=(a,b,c)$.
The linear map $T$ maps a polynomial $f(t)=a+bt+ct^2$ in $(a+3b+9c,b+6c)$. Since we are requeste to use the basis F we need to write $(a+3b+9c,b+6c)$ in this basis that is
- $x+y=a+3b+9cimplies x=a+3b+9c-b-6c=a+2b+3c$
- $y= b+6c$
Then
$$T(a,b,c)=(a+2b+3c,b+6c)$$
Can you proceed from here?
answered Mar 18 at 23:59
gimusi
92.3k84495
92.3k84495
Thank you, but I'm having trouble wrapping my head around it... could you go a step further?
– Brandon Grothe
Mar 19 at 0:11
Can you derive the matrix for T from the last step?
– gimusi
Mar 19 at 9:12
I know I need to turn that into a system of linear equations but I'm confused by the x + y part and how to use it to get to the matrix
– Brandon Grothe
Mar 19 at 12:04
@BrandonGrothe Did you solve the problem? the matrix representation in the standard basis is $begin{pmatrix}1&3&9\0&1&6end{pmatrix}$ with the bais F is $begin{pmatrix}1&2&3\0&1&6end{pmatrix}$
– gimusi
Mar 23 at 13:32
add a comment |
Thank you, but I'm having trouble wrapping my head around it... could you go a step further?
– Brandon Grothe
Mar 19 at 0:11
Can you derive the matrix for T from the last step?
– gimusi
Mar 19 at 9:12
I know I need to turn that into a system of linear equations but I'm confused by the x + y part and how to use it to get to the matrix
– Brandon Grothe
Mar 19 at 12:04
@BrandonGrothe Did you solve the problem? the matrix representation in the standard basis is $begin{pmatrix}1&3&9\0&1&6end{pmatrix}$ with the bais F is $begin{pmatrix}1&2&3\0&1&6end{pmatrix}$
– gimusi
Mar 23 at 13:32
Thank you, but I'm having trouble wrapping my head around it... could you go a step further?
– Brandon Grothe
Mar 19 at 0:11
Thank you, but I'm having trouble wrapping my head around it... could you go a step further?
– Brandon Grothe
Mar 19 at 0:11
Can you derive the matrix for T from the last step?
– gimusi
Mar 19 at 9:12
Can you derive the matrix for T from the last step?
– gimusi
Mar 19 at 9:12
I know I need to turn that into a system of linear equations but I'm confused by the x + y part and how to use it to get to the matrix
– Brandon Grothe
Mar 19 at 12:04
I know I need to turn that into a system of linear equations but I'm confused by the x + y part and how to use it to get to the matrix
– Brandon Grothe
Mar 19 at 12:04
@BrandonGrothe Did you solve the problem? the matrix representation in the standard basis is $begin{pmatrix}1&3&9\0&1&6end{pmatrix}$ with the bais F is $begin{pmatrix}1&2&3\0&1&6end{pmatrix}$
– gimusi
Mar 23 at 13:32
@BrandonGrothe Did you solve the problem? the matrix representation in the standard basis is $begin{pmatrix}1&3&9\0&1&6end{pmatrix}$ with the bais F is $begin{pmatrix}1&2&3\0&1&6end{pmatrix}$
– gimusi
Mar 23 at 13:32
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f2698028%2ffinding-matrix-relative-to-a-polynomial-basis-and-basis-in-r2%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
Please use mathjax to format your question
– K Split X
Mar 18 at 23:53