Determinant MultipleGetting the determinant value of the original matrix from its upper triangular matrixWhy is the determinant invariant under row and column operations?Finding determinants using both reduction and cofactor expansionDerivation of the $2times 2$ determinantHow do I know if a matrix is irreducible?What is the simplest way to solve determinant of a $n times n$ matrix by upper and lower triangular matrices?Finding the determinant of a skew-symmetric matrix $K$Finding the determinant using row operations.Use elimination to find the determinantSolve the following nxn determinant by reducing it to a upper/lower triangular determinant
How to travel to Japan while expressing milk?
How to stretch the corners of this image so that it looks like a perfect rectangle?
What does the same-ish mean?
Placement of More Information/Help Icon button for Radio Buttons
One verb to replace 'be a member of' a club
How can I prove that a state of equilibrium is unstable?
How can a day be of 24 hours?
How many wives did king shaul have
How badly should I try to prevent a user from XSSing themselves?
Does the Cone of Cold spell freeze water?
Am I breaking OOP practice with this architecture?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
What is the most common color to indicate the input-field is disabled?
How does a dynamic QR code work?
What is a Samsaran Word™?
Venezuelan girlfriend wants to travel the USA to be with me. What is the process?
Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?
Does the Idaho Potato Commission associate potato skins with healthy eating?
Can someone clarify Hamming's notion of important problems in relation to modern academia?
How do I exit BASH while loop using modulus operator?
Processor speed limited at 0.4 Ghz
What are the G forces leaving Earth orbit?
Why were 5.25" floppy drives cheaper than 8"?
What is an equivalently powerful replacement spell for the Yuan-Ti's Suggestion spell?
Determinant Multiple
Getting the determinant value of the original matrix from its upper triangular matrixWhy is the determinant invariant under row and column operations?Finding determinants using both reduction and cofactor expansionDerivation of the $2times 2$ determinantHow do I know if a matrix is irreducible?What is the simplest way to solve determinant of a $n times n$ matrix by upper and lower triangular matrices?Finding the determinant of a skew-symmetric matrix $K$Finding the determinant using row operations.Use elimination to find the determinantSolve the following nxn determinant by reducing it to a upper/lower triangular determinant
$begingroup$
I keep getting a multiple of the actual value of the determinant of matrices after performing row operations to reduce it to an upper triangular matrix. Any ideas why this might happen?For an easy 3x3 for example
matrices determinant
$endgroup$
add a comment |
$begingroup$
I keep getting a multiple of the actual value of the determinant of matrices after performing row operations to reduce it to an upper triangular matrix. Any ideas why this might happen?For an easy 3x3 for example
matrices determinant
$endgroup$
$begingroup$
Welcome to stackexchange. Please edit your question to show us just what you did. Then we might be able to help. Use mathjax: math.meta.stackexchange.com/questions/5020/…
$endgroup$
– Ethan Bolker
Mar 6 '18 at 11:53
$begingroup$
It would be good if you include an example for a $2times 2$-matrix.
$endgroup$
– Dietrich Burde
Mar 6 '18 at 12:22
add a comment |
$begingroup$
I keep getting a multiple of the actual value of the determinant of matrices after performing row operations to reduce it to an upper triangular matrix. Any ideas why this might happen?For an easy 3x3 for example
matrices determinant
$endgroup$
I keep getting a multiple of the actual value of the determinant of matrices after performing row operations to reduce it to an upper triangular matrix. Any ideas why this might happen?For an easy 3x3 for example
matrices determinant
matrices determinant
edited Mar 6 '18 at 14:43
user1726937
asked Mar 6 '18 at 11:52
user1726937user1726937
11
11
$begingroup$
Welcome to stackexchange. Please edit your question to show us just what you did. Then we might be able to help. Use mathjax: math.meta.stackexchange.com/questions/5020/…
$endgroup$
– Ethan Bolker
Mar 6 '18 at 11:53
$begingroup$
It would be good if you include an example for a $2times 2$-matrix.
$endgroup$
– Dietrich Burde
Mar 6 '18 at 12:22
add a comment |
$begingroup$
Welcome to stackexchange. Please edit your question to show us just what you did. Then we might be able to help. Use mathjax: math.meta.stackexchange.com/questions/5020/…
$endgroup$
– Ethan Bolker
Mar 6 '18 at 11:53
$begingroup$
It would be good if you include an example for a $2times 2$-matrix.
$endgroup$
– Dietrich Burde
Mar 6 '18 at 12:22
$begingroup$
Welcome to stackexchange. Please edit your question to show us just what you did. Then we might be able to help. Use mathjax: math.meta.stackexchange.com/questions/5020/…
$endgroup$
– Ethan Bolker
Mar 6 '18 at 11:53
$begingroup$
Welcome to stackexchange. Please edit your question to show us just what you did. Then we might be able to help. Use mathjax: math.meta.stackexchange.com/questions/5020/…
$endgroup$
– Ethan Bolker
Mar 6 '18 at 11:53
$begingroup$
It would be good if you include an example for a $2times 2$-matrix.
$endgroup$
– Dietrich Burde
Mar 6 '18 at 12:22
$begingroup$
It would be good if you include an example for a $2times 2$-matrix.
$endgroup$
– Dietrich Burde
Mar 6 '18 at 12:22
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Each and every Row/Column operations will affect the value of the determinant depends on the constant that we are multiplying for the row.
For example,
$R_1 -> R_1 - R_2$ will not affect the value of the determinant.
But, $R_1 -> 2R_1 - R_2$ will double the value of the determinant as we are multiplying the $R_1$ by 2.
Even the operation $R_1 -> R_2 - R_1$, will actually affect the determinant value as $-1 * Determinant$
So, At each steps whenever we are doing such operations, we should ensure that we have the Same Co-efficient with sign on both the side. If you want to do the operations by multiplying with some constants, then we should take the constant outside as a divisor.
For example,
$R_1 -> R_1 - R_2$ --> $Actual,Determinant = Determinant,,after,Row/Column,operation$
$R_1 -> R_2 - R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-1$
$R_2 -> -3R_2 - 5R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-3$
In Your attached example,
At first step you have done $C_1 -> 5C_2 - 6C_1$ --> $Actual,Determinant = (1/-6),(Det)$
At Second step you have done $R_3 -> R_1 + R_3$ --> $Actual,Determinant = (1/1),(Det)$
At Third step you have done $R_2 -> 2R_2 - R_3$ --> $Actual,Determinant = (1/-1),(Det)$
You got your determinant value as 162 after these operations.
So,
$Actual,Determinant = frac162(-6)(1)(-1),=27$
$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%2f2679185%2fdeterminant-multiple%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$
Each and every Row/Column operations will affect the value of the determinant depends on the constant that we are multiplying for the row.
For example,
$R_1 -> R_1 - R_2$ will not affect the value of the determinant.
But, $R_1 -> 2R_1 - R_2$ will double the value of the determinant as we are multiplying the $R_1$ by 2.
Even the operation $R_1 -> R_2 - R_1$, will actually affect the determinant value as $-1 * Determinant$
So, At each steps whenever we are doing such operations, we should ensure that we have the Same Co-efficient with sign on both the side. If you want to do the operations by multiplying with some constants, then we should take the constant outside as a divisor.
For example,
$R_1 -> R_1 - R_2$ --> $Actual,Determinant = Determinant,,after,Row/Column,operation$
$R_1 -> R_2 - R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-1$
$R_2 -> -3R_2 - 5R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-3$
In Your attached example,
At first step you have done $C_1 -> 5C_2 - 6C_1$ --> $Actual,Determinant = (1/-6),(Det)$
At Second step you have done $R_3 -> R_1 + R_3$ --> $Actual,Determinant = (1/1),(Det)$
At Third step you have done $R_2 -> 2R_2 - R_3$ --> $Actual,Determinant = (1/-1),(Det)$
You got your determinant value as 162 after these operations.
So,
$Actual,Determinant = frac162(-6)(1)(-1),=27$
$endgroup$
add a comment |
$begingroup$
Each and every Row/Column operations will affect the value of the determinant depends on the constant that we are multiplying for the row.
For example,
$R_1 -> R_1 - R_2$ will not affect the value of the determinant.
But, $R_1 -> 2R_1 - R_2$ will double the value of the determinant as we are multiplying the $R_1$ by 2.
Even the operation $R_1 -> R_2 - R_1$, will actually affect the determinant value as $-1 * Determinant$
So, At each steps whenever we are doing such operations, we should ensure that we have the Same Co-efficient with sign on both the side. If you want to do the operations by multiplying with some constants, then we should take the constant outside as a divisor.
For example,
$R_1 -> R_1 - R_2$ --> $Actual,Determinant = Determinant,,after,Row/Column,operation$
$R_1 -> R_2 - R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-1$
$R_2 -> -3R_2 - 5R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-3$
In Your attached example,
At first step you have done $C_1 -> 5C_2 - 6C_1$ --> $Actual,Determinant = (1/-6),(Det)$
At Second step you have done $R_3 -> R_1 + R_3$ --> $Actual,Determinant = (1/1),(Det)$
At Third step you have done $R_2 -> 2R_2 - R_3$ --> $Actual,Determinant = (1/-1),(Det)$
You got your determinant value as 162 after these operations.
So,
$Actual,Determinant = frac162(-6)(1)(-1),=27$
$endgroup$
add a comment |
$begingroup$
Each and every Row/Column operations will affect the value of the determinant depends on the constant that we are multiplying for the row.
For example,
$R_1 -> R_1 - R_2$ will not affect the value of the determinant.
But, $R_1 -> 2R_1 - R_2$ will double the value of the determinant as we are multiplying the $R_1$ by 2.
Even the operation $R_1 -> R_2 - R_1$, will actually affect the determinant value as $-1 * Determinant$
So, At each steps whenever we are doing such operations, we should ensure that we have the Same Co-efficient with sign on both the side. If you want to do the operations by multiplying with some constants, then we should take the constant outside as a divisor.
For example,
$R_1 -> R_1 - R_2$ --> $Actual,Determinant = Determinant,,after,Row/Column,operation$
$R_1 -> R_2 - R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-1$
$R_2 -> -3R_2 - 5R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-3$
In Your attached example,
At first step you have done $C_1 -> 5C_2 - 6C_1$ --> $Actual,Determinant = (1/-6),(Det)$
At Second step you have done $R_3 -> R_1 + R_3$ --> $Actual,Determinant = (1/1),(Det)$
At Third step you have done $R_2 -> 2R_2 - R_3$ --> $Actual,Determinant = (1/-1),(Det)$
You got your determinant value as 162 after these operations.
So,
$Actual,Determinant = frac162(-6)(1)(-1),=27$
$endgroup$
Each and every Row/Column operations will affect the value of the determinant depends on the constant that we are multiplying for the row.
For example,
$R_1 -> R_1 - R_2$ will not affect the value of the determinant.
But, $R_1 -> 2R_1 - R_2$ will double the value of the determinant as we are multiplying the $R_1$ by 2.
Even the operation $R_1 -> R_2 - R_1$, will actually affect the determinant value as $-1 * Determinant$
So, At each steps whenever we are doing such operations, we should ensure that we have the Same Co-efficient with sign on both the side. If you want to do the operations by multiplying with some constants, then we should take the constant outside as a divisor.
For example,
$R_1 -> R_1 - R_2$ --> $Actual,Determinant = Determinant,,after,Row/Column,operation$
$R_1 -> R_2 - R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-1$
$R_2 -> -3R_2 - 5R_1$ --> $Actual,Determinant = fracDeterminant,,after,Row/Column,operation-3$
In Your attached example,
At first step you have done $C_1 -> 5C_2 - 6C_1$ --> $Actual,Determinant = (1/-6),(Det)$
At Second step you have done $R_3 -> R_1 + R_3$ --> $Actual,Determinant = (1/1),(Det)$
At Third step you have done $R_2 -> 2R_2 - R_3$ --> $Actual,Determinant = (1/-1),(Det)$
You got your determinant value as 162 after these operations.
So,
$Actual,Determinant = frac162(-6)(1)(-1),=27$
answered Mar 20 at 19:36
Saravanakumar VSaravanakumar V
11
11
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%2f2679185%2fdeterminant-multiple%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$
Welcome to stackexchange. Please edit your question to show us just what you did. Then we might be able to help. Use mathjax: math.meta.stackexchange.com/questions/5020/…
$endgroup$
– Ethan Bolker
Mar 6 '18 at 11:53
$begingroup$
It would be good if you include an example for a $2times 2$-matrix.
$endgroup$
– Dietrich Burde
Mar 6 '18 at 12:22