Learning Linear Algebra for AI, Cannot solve system in R3.
I am just creating random sets of vectors to try and practice solving systems of equations. I thought I had been doing well, but I came up with a set of vectors that keep stumping me. In fact, I've been trying to figure out where I went wrong for almost two hours, yet I still have no clue.
I tried the following:
$$x_1begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix}+x_2begin{bmatrix}
1 \
3 \
5
end{bmatrix}+x_3begin{bmatrix}
4 \
2 \
0
end{bmatrix}
=
begin{bmatrix}
a \
b \
c
end{bmatrix}$$
Every time I try to solve this I end up stuck at a similar place.
Here is one example of what I have tried:
$$begin{eqnarray}
-x_1&+x_2&+4x_3&=a\
-2x_1&+3x_2&+2x_3&=b\
-3x_1&+5x_2&&=c
end{eqnarray}$$
Then for example, I try to eliminate the $x_3$ constant from equations 1 and 2.
$$begin{eqnarray}
-x_1&+x_2&+4x_3&=a\
4x_1&-6x_2&-4x_3&=-2b\
3x_1&-5x_2&&=a-2b
end{eqnarray}$$
Then, I try to eliminate the $x_2$ constant from the new equation and the original equation 3.
$$begin{eqnarray}
3x_1&-5x_2&=a-2b\
-3x_1&+5x_2&=c\
end{eqnarray}$$
but I end up with:
$$0+0=a-2b+c$$
I have tried eliminating different factors, but I cannot figure out what I'm doing wrong.
linear-algebra systems-of-equations
add a comment |
I am just creating random sets of vectors to try and practice solving systems of equations. I thought I had been doing well, but I came up with a set of vectors that keep stumping me. In fact, I've been trying to figure out where I went wrong for almost two hours, yet I still have no clue.
I tried the following:
$$x_1begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix}+x_2begin{bmatrix}
1 \
3 \
5
end{bmatrix}+x_3begin{bmatrix}
4 \
2 \
0
end{bmatrix}
=
begin{bmatrix}
a \
b \
c
end{bmatrix}$$
Every time I try to solve this I end up stuck at a similar place.
Here is one example of what I have tried:
$$begin{eqnarray}
-x_1&+x_2&+4x_3&=a\
-2x_1&+3x_2&+2x_3&=b\
-3x_1&+5x_2&&=c
end{eqnarray}$$
Then for example, I try to eliminate the $x_3$ constant from equations 1 and 2.
$$begin{eqnarray}
-x_1&+x_2&+4x_3&=a\
4x_1&-6x_2&-4x_3&=-2b\
3x_1&-5x_2&&=a-2b
end{eqnarray}$$
Then, I try to eliminate the $x_2$ constant from the new equation and the original equation 3.
$$begin{eqnarray}
3x_1&-5x_2&=a-2b\
-3x_1&+5x_2&=c\
end{eqnarray}$$
but I end up with:
$$0+0=a-2b+c$$
I have tried eliminating different factors, but I cannot figure out what I'm doing wrong.
linear-algebra systems-of-equations
4
Calculate the determinant of the matrix, to know if it is invertible.
– Emil
Nov 20 at 7:10
3
The end of the question seems to be missing.
– Tobias Kildetoft
Nov 20 at 7:17
It is impossible to figure out where you went wrong if you don't show us you calculation.
– miracle173
Nov 20 at 7:21
@miracle173 Sorry. I have never used MathJax/LaTex before, I was working on it.
– smkarber
Nov 20 at 7:21
add a comment |
I am just creating random sets of vectors to try and practice solving systems of equations. I thought I had been doing well, but I came up with a set of vectors that keep stumping me. In fact, I've been trying to figure out where I went wrong for almost two hours, yet I still have no clue.
I tried the following:
$$x_1begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix}+x_2begin{bmatrix}
1 \
3 \
5
end{bmatrix}+x_3begin{bmatrix}
4 \
2 \
0
end{bmatrix}
=
begin{bmatrix}
a \
b \
c
end{bmatrix}$$
Every time I try to solve this I end up stuck at a similar place.
Here is one example of what I have tried:
$$begin{eqnarray}
-x_1&+x_2&+4x_3&=a\
-2x_1&+3x_2&+2x_3&=b\
-3x_1&+5x_2&&=c
end{eqnarray}$$
Then for example, I try to eliminate the $x_3$ constant from equations 1 and 2.
$$begin{eqnarray}
-x_1&+x_2&+4x_3&=a\
4x_1&-6x_2&-4x_3&=-2b\
3x_1&-5x_2&&=a-2b
end{eqnarray}$$
Then, I try to eliminate the $x_2$ constant from the new equation and the original equation 3.
$$begin{eqnarray}
3x_1&-5x_2&=a-2b\
-3x_1&+5x_2&=c\
end{eqnarray}$$
but I end up with:
$$0+0=a-2b+c$$
I have tried eliminating different factors, but I cannot figure out what I'm doing wrong.
linear-algebra systems-of-equations
I am just creating random sets of vectors to try and practice solving systems of equations. I thought I had been doing well, but I came up with a set of vectors that keep stumping me. In fact, I've been trying to figure out where I went wrong for almost two hours, yet I still have no clue.
I tried the following:
$$x_1begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix}+x_2begin{bmatrix}
1 \
3 \
5
end{bmatrix}+x_3begin{bmatrix}
4 \
2 \
0
end{bmatrix}
=
begin{bmatrix}
a \
b \
c
end{bmatrix}$$
Every time I try to solve this I end up stuck at a similar place.
Here is one example of what I have tried:
$$begin{eqnarray}
-x_1&+x_2&+4x_3&=a\
-2x_1&+3x_2&+2x_3&=b\
-3x_1&+5x_2&&=c
end{eqnarray}$$
Then for example, I try to eliminate the $x_3$ constant from equations 1 and 2.
$$begin{eqnarray}
-x_1&+x_2&+4x_3&=a\
4x_1&-6x_2&-4x_3&=-2b\
3x_1&-5x_2&&=a-2b
end{eqnarray}$$
Then, I try to eliminate the $x_2$ constant from the new equation and the original equation 3.
$$begin{eqnarray}
3x_1&-5x_2&=a-2b\
-3x_1&+5x_2&=c\
end{eqnarray}$$
but I end up with:
$$0+0=a-2b+c$$
I have tried eliminating different factors, but I cannot figure out what I'm doing wrong.
linear-algebra systems-of-equations
linear-algebra systems-of-equations
edited Nov 20 at 7:40
miracle173
7,31222247
7,31222247
asked Nov 20 at 6:58
smkarber
133
133
4
Calculate the determinant of the matrix, to know if it is invertible.
– Emil
Nov 20 at 7:10
3
The end of the question seems to be missing.
– Tobias Kildetoft
Nov 20 at 7:17
It is impossible to figure out where you went wrong if you don't show us you calculation.
– miracle173
Nov 20 at 7:21
@miracle173 Sorry. I have never used MathJax/LaTex before, I was working on it.
– smkarber
Nov 20 at 7:21
add a comment |
4
Calculate the determinant of the matrix, to know if it is invertible.
– Emil
Nov 20 at 7:10
3
The end of the question seems to be missing.
– Tobias Kildetoft
Nov 20 at 7:17
It is impossible to figure out where you went wrong if you don't show us you calculation.
– miracle173
Nov 20 at 7:21
@miracle173 Sorry. I have never used MathJax/LaTex before, I was working on it.
– smkarber
Nov 20 at 7:21
4
4
Calculate the determinant of the matrix, to know if it is invertible.
– Emil
Nov 20 at 7:10
Calculate the determinant of the matrix, to know if it is invertible.
– Emil
Nov 20 at 7:10
3
3
The end of the question seems to be missing.
– Tobias Kildetoft
Nov 20 at 7:17
The end of the question seems to be missing.
– Tobias Kildetoft
Nov 20 at 7:17
It is impossible to figure out where you went wrong if you don't show us you calculation.
– miracle173
Nov 20 at 7:21
It is impossible to figure out where you went wrong if you don't show us you calculation.
– miracle173
Nov 20 at 7:21
@miracle173 Sorry. I have never used MathJax/LaTex before, I was working on it.
– smkarber
Nov 20 at 7:21
@miracle173 Sorry. I have never used MathJax/LaTex before, I was working on it.
– smkarber
Nov 20 at 7:21
add a comment |
3 Answers
3
active
oldest
votes
Guide:
Not every system has a unique solution. For your system to have a solution, we need $a-2b+c=0$.
If we have $a-2b+c=0$, now we can let $x_1=t$, from $-3x_1+5x_2=c$, we can solve for $x_2$. Now, having $x_1$ and $x_2$, we can use the equation to solve for $x_3$. It always have infinitely many solutions if $a-2b+c=0$.
add a comment |
The vectors
$$
begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix},
begin{bmatrix}
1 \
3 \
5
end{bmatrix},
text{ and } begin{bmatrix}
4 \
2 \
0
end{bmatrix}
$$
are linearly dependent. Thus, your linear system either has no solutions or infinitely many solutions. So you won't be able to determine the numbers $x_1, x_2$, and $x_3$ uniquely.
And it won't be surprising if you discover that there is some condition such as $a - 2b + c = 0$ which must be satisfied in order for a solution to exist. For a solution to exist, the vector $(a,b,c)$ must belong to the span of your three vectors, and the span of the three given vectors is only a 2-dimensional subspace of $mathbb R^3$.
I didn't see that there was a scalar multiple or linear combination in this set of vectors. Could you point it out, please?
– smkarber
Nov 20 at 7:51
In the linear system that you wrote, you are writing $(a,b,c)$ as a linear combination of the three given vectors: $x_1begin{bmatrix} -1 \ -2 \ -3 end{bmatrix}+x_2begin{bmatrix} 1 \ 3 \ 5 end{bmatrix}+x_3begin{bmatrix} 4 \ 2 \ 0 end{bmatrix} = begin{bmatrix} a \ b \ c end{bmatrix}$. That is a nice way to visualize a linear system of equations.
– littleO
Nov 20 at 8:11
add a comment |
When you are trying to solve a linear system with the determinant of coefficient equal zero then you either have no solution or you have infinitely many solutions.
In your case the determinant of $$ det begin {bmatrix} -1&1&4\-2&3&2\-3&5&0end {bmatrix}=0$$
Thus depending on values of $a,b,c$ you either get infinitely many solutions or no solutions.
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%2f3006035%2flearning-linear-algebra-for-ai-cannot-solve-system-in-r3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Guide:
Not every system has a unique solution. For your system to have a solution, we need $a-2b+c=0$.
If we have $a-2b+c=0$, now we can let $x_1=t$, from $-3x_1+5x_2=c$, we can solve for $x_2$. Now, having $x_1$ and $x_2$, we can use the equation to solve for $x_3$. It always have infinitely many solutions if $a-2b+c=0$.
add a comment |
Guide:
Not every system has a unique solution. For your system to have a solution, we need $a-2b+c=0$.
If we have $a-2b+c=0$, now we can let $x_1=t$, from $-3x_1+5x_2=c$, we can solve for $x_2$. Now, having $x_1$ and $x_2$, we can use the equation to solve for $x_3$. It always have infinitely many solutions if $a-2b+c=0$.
add a comment |
Guide:
Not every system has a unique solution. For your system to have a solution, we need $a-2b+c=0$.
If we have $a-2b+c=0$, now we can let $x_1=t$, from $-3x_1+5x_2=c$, we can solve for $x_2$. Now, having $x_1$ and $x_2$, we can use the equation to solve for $x_3$. It always have infinitely many solutions if $a-2b+c=0$.
Guide:
Not every system has a unique solution. For your system to have a solution, we need $a-2b+c=0$.
If we have $a-2b+c=0$, now we can let $x_1=t$, from $-3x_1+5x_2=c$, we can solve for $x_2$. Now, having $x_1$ and $x_2$, we can use the equation to solve for $x_3$. It always have infinitely many solutions if $a-2b+c=0$.
answered Nov 20 at 7:41
Siong Thye Goh
99k1464116
99k1464116
add a comment |
add a comment |
The vectors
$$
begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix},
begin{bmatrix}
1 \
3 \
5
end{bmatrix},
text{ and } begin{bmatrix}
4 \
2 \
0
end{bmatrix}
$$
are linearly dependent. Thus, your linear system either has no solutions or infinitely many solutions. So you won't be able to determine the numbers $x_1, x_2$, and $x_3$ uniquely.
And it won't be surprising if you discover that there is some condition such as $a - 2b + c = 0$ which must be satisfied in order for a solution to exist. For a solution to exist, the vector $(a,b,c)$ must belong to the span of your three vectors, and the span of the three given vectors is only a 2-dimensional subspace of $mathbb R^3$.
I didn't see that there was a scalar multiple or linear combination in this set of vectors. Could you point it out, please?
– smkarber
Nov 20 at 7:51
In the linear system that you wrote, you are writing $(a,b,c)$ as a linear combination of the three given vectors: $x_1begin{bmatrix} -1 \ -2 \ -3 end{bmatrix}+x_2begin{bmatrix} 1 \ 3 \ 5 end{bmatrix}+x_3begin{bmatrix} 4 \ 2 \ 0 end{bmatrix} = begin{bmatrix} a \ b \ c end{bmatrix}$. That is a nice way to visualize a linear system of equations.
– littleO
Nov 20 at 8:11
add a comment |
The vectors
$$
begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix},
begin{bmatrix}
1 \
3 \
5
end{bmatrix},
text{ and } begin{bmatrix}
4 \
2 \
0
end{bmatrix}
$$
are linearly dependent. Thus, your linear system either has no solutions or infinitely many solutions. So you won't be able to determine the numbers $x_1, x_2$, and $x_3$ uniquely.
And it won't be surprising if you discover that there is some condition such as $a - 2b + c = 0$ which must be satisfied in order for a solution to exist. For a solution to exist, the vector $(a,b,c)$ must belong to the span of your three vectors, and the span of the three given vectors is only a 2-dimensional subspace of $mathbb R^3$.
I didn't see that there was a scalar multiple or linear combination in this set of vectors. Could you point it out, please?
– smkarber
Nov 20 at 7:51
In the linear system that you wrote, you are writing $(a,b,c)$ as a linear combination of the three given vectors: $x_1begin{bmatrix} -1 \ -2 \ -3 end{bmatrix}+x_2begin{bmatrix} 1 \ 3 \ 5 end{bmatrix}+x_3begin{bmatrix} 4 \ 2 \ 0 end{bmatrix} = begin{bmatrix} a \ b \ c end{bmatrix}$. That is a nice way to visualize a linear system of equations.
– littleO
Nov 20 at 8:11
add a comment |
The vectors
$$
begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix},
begin{bmatrix}
1 \
3 \
5
end{bmatrix},
text{ and } begin{bmatrix}
4 \
2 \
0
end{bmatrix}
$$
are linearly dependent. Thus, your linear system either has no solutions or infinitely many solutions. So you won't be able to determine the numbers $x_1, x_2$, and $x_3$ uniquely.
And it won't be surprising if you discover that there is some condition such as $a - 2b + c = 0$ which must be satisfied in order for a solution to exist. For a solution to exist, the vector $(a,b,c)$ must belong to the span of your three vectors, and the span of the three given vectors is only a 2-dimensional subspace of $mathbb R^3$.
The vectors
$$
begin{bmatrix}
-1 \
-2 \
-3
end{bmatrix},
begin{bmatrix}
1 \
3 \
5
end{bmatrix},
text{ and } begin{bmatrix}
4 \
2 \
0
end{bmatrix}
$$
are linearly dependent. Thus, your linear system either has no solutions or infinitely many solutions. So you won't be able to determine the numbers $x_1, x_2$, and $x_3$ uniquely.
And it won't be surprising if you discover that there is some condition such as $a - 2b + c = 0$ which must be satisfied in order for a solution to exist. For a solution to exist, the vector $(a,b,c)$ must belong to the span of your three vectors, and the span of the three given vectors is only a 2-dimensional subspace of $mathbb R^3$.
answered Nov 20 at 7:43
littleO
29.1k644108
29.1k644108
I didn't see that there was a scalar multiple or linear combination in this set of vectors. Could you point it out, please?
– smkarber
Nov 20 at 7:51
In the linear system that you wrote, you are writing $(a,b,c)$ as a linear combination of the three given vectors: $x_1begin{bmatrix} -1 \ -2 \ -3 end{bmatrix}+x_2begin{bmatrix} 1 \ 3 \ 5 end{bmatrix}+x_3begin{bmatrix} 4 \ 2 \ 0 end{bmatrix} = begin{bmatrix} a \ b \ c end{bmatrix}$. That is a nice way to visualize a linear system of equations.
– littleO
Nov 20 at 8:11
add a comment |
I didn't see that there was a scalar multiple or linear combination in this set of vectors. Could you point it out, please?
– smkarber
Nov 20 at 7:51
In the linear system that you wrote, you are writing $(a,b,c)$ as a linear combination of the three given vectors: $x_1begin{bmatrix} -1 \ -2 \ -3 end{bmatrix}+x_2begin{bmatrix} 1 \ 3 \ 5 end{bmatrix}+x_3begin{bmatrix} 4 \ 2 \ 0 end{bmatrix} = begin{bmatrix} a \ b \ c end{bmatrix}$. That is a nice way to visualize a linear system of equations.
– littleO
Nov 20 at 8:11
I didn't see that there was a scalar multiple or linear combination in this set of vectors. Could you point it out, please?
– smkarber
Nov 20 at 7:51
I didn't see that there was a scalar multiple or linear combination in this set of vectors. Could you point it out, please?
– smkarber
Nov 20 at 7:51
In the linear system that you wrote, you are writing $(a,b,c)$ as a linear combination of the three given vectors: $x_1begin{bmatrix} -1 \ -2 \ -3 end{bmatrix}+x_2begin{bmatrix} 1 \ 3 \ 5 end{bmatrix}+x_3begin{bmatrix} 4 \ 2 \ 0 end{bmatrix} = begin{bmatrix} a \ b \ c end{bmatrix}$. That is a nice way to visualize a linear system of equations.
– littleO
Nov 20 at 8:11
In the linear system that you wrote, you are writing $(a,b,c)$ as a linear combination of the three given vectors: $x_1begin{bmatrix} -1 \ -2 \ -3 end{bmatrix}+x_2begin{bmatrix} 1 \ 3 \ 5 end{bmatrix}+x_3begin{bmatrix} 4 \ 2 \ 0 end{bmatrix} = begin{bmatrix} a \ b \ c end{bmatrix}$. That is a nice way to visualize a linear system of equations.
– littleO
Nov 20 at 8:11
add a comment |
When you are trying to solve a linear system with the determinant of coefficient equal zero then you either have no solution or you have infinitely many solutions.
In your case the determinant of $$ det begin {bmatrix} -1&1&4\-2&3&2\-3&5&0end {bmatrix}=0$$
Thus depending on values of $a,b,c$ you either get infinitely many solutions or no solutions.
add a comment |
When you are trying to solve a linear system with the determinant of coefficient equal zero then you either have no solution or you have infinitely many solutions.
In your case the determinant of $$ det begin {bmatrix} -1&1&4\-2&3&2\-3&5&0end {bmatrix}=0$$
Thus depending on values of $a,b,c$ you either get infinitely many solutions or no solutions.
add a comment |
When you are trying to solve a linear system with the determinant of coefficient equal zero then you either have no solution or you have infinitely many solutions.
In your case the determinant of $$ det begin {bmatrix} -1&1&4\-2&3&2\-3&5&0end {bmatrix}=0$$
Thus depending on values of $a,b,c$ you either get infinitely many solutions or no solutions.
When you are trying to solve a linear system with the determinant of coefficient equal zero then you either have no solution or you have infinitely many solutions.
In your case the determinant of $$ det begin {bmatrix} -1&1&4\-2&3&2\-3&5&0end {bmatrix}=0$$
Thus depending on values of $a,b,c$ you either get infinitely many solutions or no solutions.
answered Nov 20 at 7:43
Mohammad Riazi-Kermani
40.7k42058
40.7k42058
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%2f3006035%2flearning-linear-algebra-for-ai-cannot-solve-system-in-r3%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
4
Calculate the determinant of the matrix, to know if it is invertible.
– Emil
Nov 20 at 7:10
3
The end of the question seems to be missing.
– Tobias Kildetoft
Nov 20 at 7:17
It is impossible to figure out where you went wrong if you don't show us you calculation.
– miracle173
Nov 20 at 7:21
@miracle173 Sorry. I have never used MathJax/LaTex before, I was working on it.
– smkarber
Nov 20 at 7:21