Extracting the phase of a determinant











up vote
2
down vote

favorite












Is it possible to extract the phase of a determinant without computing the full determinant?



More explictly, given a complex matrix $U$, the determinant can be written in the form
begin{equation}
text{det}(U) = r e^{itheta}.
end{equation}

Is it possible to extract $theta$ from $U$ without computing the full determinant?



Edit : As pointed by Hans Engler below, this can be done if we are happy with more work than computing the original determinant. I am looking for a method that is more efficient than computing the determinant itself.










share|cite|improve this question




















  • 1




    Since computing a determinant involves both addition and multiplication this sounds extremely unlikely. But of course that would make it only more interesting when it turns out the answer is in fact yes. So against better judgement I'll wait here for some of the other posters to perform a miracle.
    – Vincent
    Nov 21 at 22:10















up vote
2
down vote

favorite












Is it possible to extract the phase of a determinant without computing the full determinant?



More explictly, given a complex matrix $U$, the determinant can be written in the form
begin{equation}
text{det}(U) = r e^{itheta}.
end{equation}

Is it possible to extract $theta$ from $U$ without computing the full determinant?



Edit : As pointed by Hans Engler below, this can be done if we are happy with more work than computing the original determinant. I am looking for a method that is more efficient than computing the determinant itself.










share|cite|improve this question




















  • 1




    Since computing a determinant involves both addition and multiplication this sounds extremely unlikely. But of course that would make it only more interesting when it turns out the answer is in fact yes. So against better judgement I'll wait here for some of the other posters to perform a miracle.
    – Vincent
    Nov 21 at 22:10













up vote
2
down vote

favorite









up vote
2
down vote

favorite











Is it possible to extract the phase of a determinant without computing the full determinant?



More explictly, given a complex matrix $U$, the determinant can be written in the form
begin{equation}
text{det}(U) = r e^{itheta}.
end{equation}

Is it possible to extract $theta$ from $U$ without computing the full determinant?



Edit : As pointed by Hans Engler below, this can be done if we are happy with more work than computing the original determinant. I am looking for a method that is more efficient than computing the determinant itself.










share|cite|improve this question















Is it possible to extract the phase of a determinant without computing the full determinant?



More explictly, given a complex matrix $U$, the determinant can be written in the form
begin{equation}
text{det}(U) = r e^{itheta}.
end{equation}

Is it possible to extract $theta$ from $U$ without computing the full determinant?



Edit : As pointed by Hans Engler below, this can be done if we are happy with more work than computing the original determinant. I am looking for a method that is more efficient than computing the determinant itself.







linear-algebra matrices complex-numbers determinant






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 22 at 10:58

























asked Nov 21 at 22:05









as2457

10412




10412








  • 1




    Since computing a determinant involves both addition and multiplication this sounds extremely unlikely. But of course that would make it only more interesting when it turns out the answer is in fact yes. So against better judgement I'll wait here for some of the other posters to perform a miracle.
    – Vincent
    Nov 21 at 22:10














  • 1




    Since computing a determinant involves both addition and multiplication this sounds extremely unlikely. But of course that would make it only more interesting when it turns out the answer is in fact yes. So against better judgement I'll wait here for some of the other posters to perform a miracle.
    – Vincent
    Nov 21 at 22:10








1




1




Since computing a determinant involves both addition and multiplication this sounds extremely unlikely. But of course that would make it only more interesting when it turns out the answer is in fact yes. So against better judgement I'll wait here for some of the other posters to perform a miracle.
– Vincent
Nov 21 at 22:10




Since computing a determinant involves both addition and multiplication this sounds extremely unlikely. But of course that would make it only more interesting when it turns out the answer is in fact yes. So against better judgement I'll wait here for some of the other posters to perform a miracle.
– Vincent
Nov 21 at 22:10










1 Answer
1






active

oldest

votes

















up vote
2
down vote













Yes, it's possible. Here is a way that is unfortunately a lot more work. Compute $W = (U^ast)^{-1} U$. Then $det W = e^{2i theta}$.



You have found $theta$ without computing $r$.






share|cite|improve this answer





















  • Thanks for your answer. As you've guessed, I'm also interested in a method that is less work than the determinant itself. I will edit the question to add this condition.
    – as2457
    Nov 22 at 10:56











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008450%2fextracting-the-phase-of-a-determinant%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
2
down vote













Yes, it's possible. Here is a way that is unfortunately a lot more work. Compute $W = (U^ast)^{-1} U$. Then $det W = e^{2i theta}$.



You have found $theta$ without computing $r$.






share|cite|improve this answer





















  • Thanks for your answer. As you've guessed, I'm also interested in a method that is less work than the determinant itself. I will edit the question to add this condition.
    – as2457
    Nov 22 at 10:56















up vote
2
down vote













Yes, it's possible. Here is a way that is unfortunately a lot more work. Compute $W = (U^ast)^{-1} U$. Then $det W = e^{2i theta}$.



You have found $theta$ without computing $r$.






share|cite|improve this answer





















  • Thanks for your answer. As you've guessed, I'm also interested in a method that is less work than the determinant itself. I will edit the question to add this condition.
    – as2457
    Nov 22 at 10:56













up vote
2
down vote










up vote
2
down vote









Yes, it's possible. Here is a way that is unfortunately a lot more work. Compute $W = (U^ast)^{-1} U$. Then $det W = e^{2i theta}$.



You have found $theta$ without computing $r$.






share|cite|improve this answer












Yes, it's possible. Here is a way that is unfortunately a lot more work. Compute $W = (U^ast)^{-1} U$. Then $det W = e^{2i theta}$.



You have found $theta$ without computing $r$.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Nov 21 at 22:43









Hans Engler

9,97411836




9,97411836












  • Thanks for your answer. As you've guessed, I'm also interested in a method that is less work than the determinant itself. I will edit the question to add this condition.
    – as2457
    Nov 22 at 10:56


















  • Thanks for your answer. As you've guessed, I'm also interested in a method that is less work than the determinant itself. I will edit the question to add this condition.
    – as2457
    Nov 22 at 10:56
















Thanks for your answer. As you've guessed, I'm also interested in a method that is less work than the determinant itself. I will edit the question to add this condition.
– as2457
Nov 22 at 10:56




Thanks for your answer. As you've guessed, I'm also interested in a method that is less work than the determinant itself. I will edit the question to add this condition.
– as2457
Nov 22 at 10:56


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008450%2fextracting-the-phase-of-a-determinant%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

To store a contact into the json file from server.js file using a class in NodeJS

Marschland

Redirect URL with Chrome Remote Debugging Android Devices