Given an unknown square matrix $H$ and known vectors $x$ and $y$, is it possible to find $H$ if...
up vote
0
down vote
favorite
If $Hvec{x}=vec{y}$ can we find $H$ by inverting $vec{x}$? No idea how to invert $vec{x}$ though or if this equation is even solvable.
matrix-equations
add a comment |
up vote
0
down vote
favorite
If $Hvec{x}=vec{y}$ can we find $H$ by inverting $vec{x}$? No idea how to invert $vec{x}$ though or if this equation is even solvable.
matrix-equations
2
No.${}{}{}{}{}{}$
– Saucy O'Path
Nov 21 at 13:04
Given you are in a flight (unknown) can you say it will take you from your current location (known) to Tokyo? Your question can be considered equivalent to this one in some sense.
– P Vanchinathan
Nov 21 at 13:07
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
If $Hvec{x}=vec{y}$ can we find $H$ by inverting $vec{x}$? No idea how to invert $vec{x}$ though or if this equation is even solvable.
matrix-equations
If $Hvec{x}=vec{y}$ can we find $H$ by inverting $vec{x}$? No idea how to invert $vec{x}$ though or if this equation is even solvable.
matrix-equations
matrix-equations
edited Nov 21 at 13:10
Vee Hua Zhi
772124
772124
asked Nov 21 at 13:00
PhysicsMan
31
31
2
No.${}{}{}{}{}{}$
– Saucy O'Path
Nov 21 at 13:04
Given you are in a flight (unknown) can you say it will take you from your current location (known) to Tokyo? Your question can be considered equivalent to this one in some sense.
– P Vanchinathan
Nov 21 at 13:07
add a comment |
2
No.${}{}{}{}{}{}$
– Saucy O'Path
Nov 21 at 13:04
Given you are in a flight (unknown) can you say it will take you from your current location (known) to Tokyo? Your question can be considered equivalent to this one in some sense.
– P Vanchinathan
Nov 21 at 13:07
2
2
No.${}{}{}{}{}{}$
– Saucy O'Path
Nov 21 at 13:04
No.${}{}{}{}{}{}$
– Saucy O'Path
Nov 21 at 13:04
Given you are in a flight (unknown) can you say it will take you from your current location (known) to Tokyo? Your question can be considered equivalent to this one in some sense.
– P Vanchinathan
Nov 21 at 13:07
Given you are in a flight (unknown) can you say it will take you from your current location (known) to Tokyo? Your question can be considered equivalent to this one in some sense.
– P Vanchinathan
Nov 21 at 13:07
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
Let $H_{ij}$ denote the elements of the $mtimes n$-matrix $H$. Then you are asking to solutions of the following linear system of equations:
$$sum_{k=1}^n H_{1k}x_k = y_1$$
$$sum_{k=1}^n H_{2k}x_k = y_2$$
and so on, with the final equation being
$$sum_{k=1}^n H_{mk}x_k = y_m$$
Obviously, we have $ntimes m$ unknown elements (the entries of the matrix $H$) and only $m$ equations. This is, in general, not solveable uniquely.
add a comment |
up vote
0
down vote
For every vector $vec{x}$ exist a non zero vector $vec{z}$ such that $vec x cdotvec z=0$. Then we can build a new matrix $K$ with as many rows as number of $vec y$ coordinates and each row of $K$ coincides with $vec z$. Then
$$
Kvec x=0\
(H+K)vec x=vec y\
H+Kneq H
$$
then your statement is false because for every $vec x, vec y$ there aren't a single $H$ (there're infinitely many of them).
For example
$$
H=left(begin{array}{cc}
1 & 1\
0 & 1
end{array}right)\
vec x=left(begin{array}{c}
1\
2
end{array}right)\
vec y=left(begin{array}{c}
3\
2
end{array}right)\
vec z=left(begin{array}{c}
2\
-1
end{array}right)\
K=left(begin{array}{cc}
2 & -1\
2 & -1
end{array}right)\
H+K=left(begin{array}{cc}
3 & 0\
2 & 0
end{array}right)\
(H+K)vec x=left(begin{array}{c}
3\
2
end{array}right)=vec y
$$
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Let $H_{ij}$ denote the elements of the $mtimes n$-matrix $H$. Then you are asking to solutions of the following linear system of equations:
$$sum_{k=1}^n H_{1k}x_k = y_1$$
$$sum_{k=1}^n H_{2k}x_k = y_2$$
and so on, with the final equation being
$$sum_{k=1}^n H_{mk}x_k = y_m$$
Obviously, we have $ntimes m$ unknown elements (the entries of the matrix $H$) and only $m$ equations. This is, in general, not solveable uniquely.
add a comment |
up vote
0
down vote
accepted
Let $H_{ij}$ denote the elements of the $mtimes n$-matrix $H$. Then you are asking to solutions of the following linear system of equations:
$$sum_{k=1}^n H_{1k}x_k = y_1$$
$$sum_{k=1}^n H_{2k}x_k = y_2$$
and so on, with the final equation being
$$sum_{k=1}^n H_{mk}x_k = y_m$$
Obviously, we have $ntimes m$ unknown elements (the entries of the matrix $H$) and only $m$ equations. This is, in general, not solveable uniquely.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Let $H_{ij}$ denote the elements of the $mtimes n$-matrix $H$. Then you are asking to solutions of the following linear system of equations:
$$sum_{k=1}^n H_{1k}x_k = y_1$$
$$sum_{k=1}^n H_{2k}x_k = y_2$$
and so on, with the final equation being
$$sum_{k=1}^n H_{mk}x_k = y_m$$
Obviously, we have $ntimes m$ unknown elements (the entries of the matrix $H$) and only $m$ equations. This is, in general, not solveable uniquely.
Let $H_{ij}$ denote the elements of the $mtimes n$-matrix $H$. Then you are asking to solutions of the following linear system of equations:
$$sum_{k=1}^n H_{1k}x_k = y_1$$
$$sum_{k=1}^n H_{2k}x_k = y_2$$
and so on, with the final equation being
$$sum_{k=1}^n H_{mk}x_k = y_m$$
Obviously, we have $ntimes m$ unknown elements (the entries of the matrix $H$) and only $m$ equations. This is, in general, not solveable uniquely.
answered Nov 21 at 13:10
Tom
2,716315
2,716315
add a comment |
add a comment |
up vote
0
down vote
For every vector $vec{x}$ exist a non zero vector $vec{z}$ such that $vec x cdotvec z=0$. Then we can build a new matrix $K$ with as many rows as number of $vec y$ coordinates and each row of $K$ coincides with $vec z$. Then
$$
Kvec x=0\
(H+K)vec x=vec y\
H+Kneq H
$$
then your statement is false because for every $vec x, vec y$ there aren't a single $H$ (there're infinitely many of them).
For example
$$
H=left(begin{array}{cc}
1 & 1\
0 & 1
end{array}right)\
vec x=left(begin{array}{c}
1\
2
end{array}right)\
vec y=left(begin{array}{c}
3\
2
end{array}right)\
vec z=left(begin{array}{c}
2\
-1
end{array}right)\
K=left(begin{array}{cc}
2 & -1\
2 & -1
end{array}right)\
H+K=left(begin{array}{cc}
3 & 0\
2 & 0
end{array}right)\
(H+K)vec x=left(begin{array}{c}
3\
2
end{array}right)=vec y
$$
add a comment |
up vote
0
down vote
For every vector $vec{x}$ exist a non zero vector $vec{z}$ such that $vec x cdotvec z=0$. Then we can build a new matrix $K$ with as many rows as number of $vec y$ coordinates and each row of $K$ coincides with $vec z$. Then
$$
Kvec x=0\
(H+K)vec x=vec y\
H+Kneq H
$$
then your statement is false because for every $vec x, vec y$ there aren't a single $H$ (there're infinitely many of them).
For example
$$
H=left(begin{array}{cc}
1 & 1\
0 & 1
end{array}right)\
vec x=left(begin{array}{c}
1\
2
end{array}right)\
vec y=left(begin{array}{c}
3\
2
end{array}right)\
vec z=left(begin{array}{c}
2\
-1
end{array}right)\
K=left(begin{array}{cc}
2 & -1\
2 & -1
end{array}right)\
H+K=left(begin{array}{cc}
3 & 0\
2 & 0
end{array}right)\
(H+K)vec x=left(begin{array}{c}
3\
2
end{array}right)=vec y
$$
add a comment |
up vote
0
down vote
up vote
0
down vote
For every vector $vec{x}$ exist a non zero vector $vec{z}$ such that $vec x cdotvec z=0$. Then we can build a new matrix $K$ with as many rows as number of $vec y$ coordinates and each row of $K$ coincides with $vec z$. Then
$$
Kvec x=0\
(H+K)vec x=vec y\
H+Kneq H
$$
then your statement is false because for every $vec x, vec y$ there aren't a single $H$ (there're infinitely many of them).
For example
$$
H=left(begin{array}{cc}
1 & 1\
0 & 1
end{array}right)\
vec x=left(begin{array}{c}
1\
2
end{array}right)\
vec y=left(begin{array}{c}
3\
2
end{array}right)\
vec z=left(begin{array}{c}
2\
-1
end{array}right)\
K=left(begin{array}{cc}
2 & -1\
2 & -1
end{array}right)\
H+K=left(begin{array}{cc}
3 & 0\
2 & 0
end{array}right)\
(H+K)vec x=left(begin{array}{c}
3\
2
end{array}right)=vec y
$$
For every vector $vec{x}$ exist a non zero vector $vec{z}$ such that $vec x cdotvec z=0$. Then we can build a new matrix $K$ with as many rows as number of $vec y$ coordinates and each row of $K$ coincides with $vec z$. Then
$$
Kvec x=0\
(H+K)vec x=vec y\
H+Kneq H
$$
then your statement is false because for every $vec x, vec y$ there aren't a single $H$ (there're infinitely many of them).
For example
$$
H=left(begin{array}{cc}
1 & 1\
0 & 1
end{array}right)\
vec x=left(begin{array}{c}
1\
2
end{array}right)\
vec y=left(begin{array}{c}
3\
2
end{array}right)\
vec z=left(begin{array}{c}
2\
-1
end{array}right)\
K=left(begin{array}{cc}
2 & -1\
2 & -1
end{array}right)\
H+K=left(begin{array}{cc}
3 & 0\
2 & 0
end{array}right)\
(H+K)vec x=left(begin{array}{c}
3\
2
end{array}right)=vec y
$$
answered Nov 21 at 13:10
P De Donato
3317
3317
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.
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%2f3007699%2fgiven-an-unknown-square-matrix-h-and-known-vectors-x-and-y-is-it-possible%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
No.${}{}{}{}{}{}$
– Saucy O'Path
Nov 21 at 13:04
Given you are in a flight (unknown) can you say it will take you from your current location (known) to Tokyo? Your question can be considered equivalent to this one in some sense.
– P Vanchinathan
Nov 21 at 13:07