Finding matrix Operators
up vote
0
down vote
favorite
Give the matrix:
{{1, 1, 0, 0, 0, 0},
{1, 1, 1, 0, 0, 0},
{0, 1, 1, 1, 0, 0},
{0, 0, 1, 1, 0, 0},
{0, 0, 0, 0, 0, 1},
{0, 0, 0, 0, 1, 1}};
Find:
W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4
When I solved I got:
15 15 11 5 0 0
15 23 23 11 0 0
11 23 23 15 0 0
5 11 15 15 0 0
0 0 0 0 3 3
0 0 0 0 3 7
For some reason that just didn't seem right to me. I'm using a program to solve this so I have no idea where I went wrong. I plugged in:
D^1*D^2*D^3*D^4 and that was no what came out. It was much larger numbers!
matrices operator-theory
New contributor
add a comment |
up vote
0
down vote
favorite
Give the matrix:
{{1, 1, 0, 0, 0, 0},
{1, 1, 1, 0, 0, 0},
{0, 1, 1, 1, 0, 0},
{0, 0, 1, 1, 0, 0},
{0, 0, 0, 0, 0, 1},
{0, 0, 0, 0, 1, 1}};
Find:
W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4
When I solved I got:
15 15 11 5 0 0
15 23 23 11 0 0
11 23 23 15 0 0
5 11 15 15 0 0
0 0 0 0 3 3
0 0 0 0 3 7
For some reason that just didn't seem right to me. I'm using a program to solve this so I have no idea where I went wrong. I plugged in:
D^1*D^2*D^3*D^4 and that was no what came out. It was much larger numbers!
matrices operator-theory
New contributor
PLease see math.meta.stackexchange.com/questions/5020/…
– Lord Shark the Unknown
Nov 16 at 5:30
Please explain your question and the terms used in it. What is this expression: W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4. Is D^3=$D^3$ ? What is "ʘ"?
– tpb261
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Give the matrix:
{{1, 1, 0, 0, 0, 0},
{1, 1, 1, 0, 0, 0},
{0, 1, 1, 1, 0, 0},
{0, 0, 1, 1, 0, 0},
{0, 0, 0, 0, 0, 1},
{0, 0, 0, 0, 1, 1}};
Find:
W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4
When I solved I got:
15 15 11 5 0 0
15 23 23 11 0 0
11 23 23 15 0 0
5 11 15 15 0 0
0 0 0 0 3 3
0 0 0 0 3 7
For some reason that just didn't seem right to me. I'm using a program to solve this so I have no idea where I went wrong. I plugged in:
D^1*D^2*D^3*D^4 and that was no what came out. It was much larger numbers!
matrices operator-theory
New contributor
Give the matrix:
{{1, 1, 0, 0, 0, 0},
{1, 1, 1, 0, 0, 0},
{0, 1, 1, 1, 0, 0},
{0, 0, 1, 1, 0, 0},
{0, 0, 0, 0, 0, 1},
{0, 0, 0, 0, 1, 1}};
Find:
W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4
When I solved I got:
15 15 11 5 0 0
15 23 23 11 0 0
11 23 23 15 0 0
5 11 15 15 0 0
0 0 0 0 3 3
0 0 0 0 3 7
For some reason that just didn't seem right to me. I'm using a program to solve this so I have no idea where I went wrong. I plugged in:
D^1*D^2*D^3*D^4 and that was no what came out. It was much larger numbers!
matrices operator-theory
matrices operator-theory
New contributor
New contributor
New contributor
asked Nov 16 at 5:17
CooperH
12
12
New contributor
New contributor
PLease see math.meta.stackexchange.com/questions/5020/…
– Lord Shark the Unknown
Nov 16 at 5:30
Please explain your question and the terms used in it. What is this expression: W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4. Is D^3=$D^3$ ? What is "ʘ"?
– tpb261
2 days ago
add a comment |
PLease see math.meta.stackexchange.com/questions/5020/…
– Lord Shark the Unknown
Nov 16 at 5:30
Please explain your question and the terms used in it. What is this expression: W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4. Is D^3=$D^3$ ? What is "ʘ"?
– tpb261
2 days ago
PLease see math.meta.stackexchange.com/questions/5020/…
– Lord Shark the Unknown
Nov 16 at 5:30
PLease see math.meta.stackexchange.com/questions/5020/…
– Lord Shark the Unknown
Nov 16 at 5:30
Please explain your question and the terms used in it. What is this expression: W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4. Is D^3=$D^3$ ? What is "ʘ"?
– tpb261
2 days ago
Please explain your question and the terms used in it. What is this expression: W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4. Is D^3=$D^3$ ? What is "ʘ"?
– tpb261
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
CooperH is a new contributor. Be nice, and check out our Code of Conduct.
CooperH is a new contributor. Be nice, and check out our Code of Conduct.
CooperH is a new contributor. Be nice, and check out our Code of Conduct.
CooperH 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%2f3000751%2ffinding-matrix-operators%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 see math.meta.stackexchange.com/questions/5020/…
– Lord Shark the Unknown
Nov 16 at 5:30
Please explain your question and the terms used in it. What is this expression: W = ʘD^1 v ʘD^2 v ʘD^3 v ʘD^4. Is D^3=$D^3$ ? What is "ʘ"?
– tpb261
2 days ago