How do you find log of a Z* number?












0












$begingroup$


I understand modular arithmetic on a base level.



I was wondering how can one find log(base 5)20 in Z * base23.



I'm very confused about what Z* represents as I've been trying to figure it out for hours. Is it just a mod of a number? How would you compute it by hand? It is very hard to find any information on that. If you can possible give a simple example with a whole number, because I have no idea how you can calculate log in Z*.










share|cite|improve this question









$endgroup$








  • 2




    $begingroup$
    I think you are asking about the discrete logarithm: en.wikipedia.org/wiki/Discrete_logarithm In general, it is hard to compute, which is why it's important in cryptography.
    $endgroup$
    – Ethan Bolker
    Dec 8 '18 at 2:20






  • 4




    $begingroup$
    My best guess is that Z*base23 was intended to mean $(mathbb Z/23)^*$, i.e., the multiplicative group of non-zero elements of the 23-element field. So the log in the question would mean the $n$ (unique modulo 22) such that $5^nequiv20pmod23)$. Although @EthanBolker is right about this being hard to compute in general, this particular problem could be solved by just trying one $n$ after another.
    $endgroup$
    – Andreas Blass
    Dec 8 '18 at 2:44










  • $begingroup$
    @AndreasBlass Excellent job of decryption!
    $endgroup$
    – saulspatz
    Dec 8 '18 at 2:57










  • $begingroup$
    @saulspatz Thanks, but I see (now that it's too late to edit my comment) that I didn't do a very good job of including necessary braces in TeX. That congruence should be $5^nequiv20pmod{23}$.
    $endgroup$
    – Andreas Blass
    Dec 8 '18 at 3:01










  • $begingroup$
    @AndreasBlass is 5^n ≡ 20 (mod23) the answer? I'm sorry about the format, I'm new to the website and still struggle to do it properly. The Z I was mentioning is exactly the one you showed. Is there any helpful resources besides Wikipedia that can help me understand what is going on? At least you helped me clarify that Z is basically the mod, but I'm still very confused about how I can compute this by hand.
    $endgroup$
    – Curious
    Dec 8 '18 at 3:06
















0












$begingroup$


I understand modular arithmetic on a base level.



I was wondering how can one find log(base 5)20 in Z * base23.



I'm very confused about what Z* represents as I've been trying to figure it out for hours. Is it just a mod of a number? How would you compute it by hand? It is very hard to find any information on that. If you can possible give a simple example with a whole number, because I have no idea how you can calculate log in Z*.










share|cite|improve this question









$endgroup$








  • 2




    $begingroup$
    I think you are asking about the discrete logarithm: en.wikipedia.org/wiki/Discrete_logarithm In general, it is hard to compute, which is why it's important in cryptography.
    $endgroup$
    – Ethan Bolker
    Dec 8 '18 at 2:20






  • 4




    $begingroup$
    My best guess is that Z*base23 was intended to mean $(mathbb Z/23)^*$, i.e., the multiplicative group of non-zero elements of the 23-element field. So the log in the question would mean the $n$ (unique modulo 22) such that $5^nequiv20pmod23)$. Although @EthanBolker is right about this being hard to compute in general, this particular problem could be solved by just trying one $n$ after another.
    $endgroup$
    – Andreas Blass
    Dec 8 '18 at 2:44










  • $begingroup$
    @AndreasBlass Excellent job of decryption!
    $endgroup$
    – saulspatz
    Dec 8 '18 at 2:57










  • $begingroup$
    @saulspatz Thanks, but I see (now that it's too late to edit my comment) that I didn't do a very good job of including necessary braces in TeX. That congruence should be $5^nequiv20pmod{23}$.
    $endgroup$
    – Andreas Blass
    Dec 8 '18 at 3:01










  • $begingroup$
    @AndreasBlass is 5^n ≡ 20 (mod23) the answer? I'm sorry about the format, I'm new to the website and still struggle to do it properly. The Z I was mentioning is exactly the one you showed. Is there any helpful resources besides Wikipedia that can help me understand what is going on? At least you helped me clarify that Z is basically the mod, but I'm still very confused about how I can compute this by hand.
    $endgroup$
    – Curious
    Dec 8 '18 at 3:06














0












0








0





$begingroup$


I understand modular arithmetic on a base level.



I was wondering how can one find log(base 5)20 in Z * base23.



I'm very confused about what Z* represents as I've been trying to figure it out for hours. Is it just a mod of a number? How would you compute it by hand? It is very hard to find any information on that. If you can possible give a simple example with a whole number, because I have no idea how you can calculate log in Z*.










share|cite|improve this question









$endgroup$




I understand modular arithmetic on a base level.



I was wondering how can one find log(base 5)20 in Z * base23.



I'm very confused about what Z* represents as I've been trying to figure it out for hours. Is it just a mod of a number? How would you compute it by hand? It is very hard to find any information on that. If you can possible give a simple example with a whole number, because I have no idea how you can calculate log in Z*.







modular-arithmetic cryptography






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 8 '18 at 2:16









CuriousCurious

11




11








  • 2




    $begingroup$
    I think you are asking about the discrete logarithm: en.wikipedia.org/wiki/Discrete_logarithm In general, it is hard to compute, which is why it's important in cryptography.
    $endgroup$
    – Ethan Bolker
    Dec 8 '18 at 2:20






  • 4




    $begingroup$
    My best guess is that Z*base23 was intended to mean $(mathbb Z/23)^*$, i.e., the multiplicative group of non-zero elements of the 23-element field. So the log in the question would mean the $n$ (unique modulo 22) such that $5^nequiv20pmod23)$. Although @EthanBolker is right about this being hard to compute in general, this particular problem could be solved by just trying one $n$ after another.
    $endgroup$
    – Andreas Blass
    Dec 8 '18 at 2:44










  • $begingroup$
    @AndreasBlass Excellent job of decryption!
    $endgroup$
    – saulspatz
    Dec 8 '18 at 2:57










  • $begingroup$
    @saulspatz Thanks, but I see (now that it's too late to edit my comment) that I didn't do a very good job of including necessary braces in TeX. That congruence should be $5^nequiv20pmod{23}$.
    $endgroup$
    – Andreas Blass
    Dec 8 '18 at 3:01










  • $begingroup$
    @AndreasBlass is 5^n ≡ 20 (mod23) the answer? I'm sorry about the format, I'm new to the website and still struggle to do it properly. The Z I was mentioning is exactly the one you showed. Is there any helpful resources besides Wikipedia that can help me understand what is going on? At least you helped me clarify that Z is basically the mod, but I'm still very confused about how I can compute this by hand.
    $endgroup$
    – Curious
    Dec 8 '18 at 3:06














  • 2




    $begingroup$
    I think you are asking about the discrete logarithm: en.wikipedia.org/wiki/Discrete_logarithm In general, it is hard to compute, which is why it's important in cryptography.
    $endgroup$
    – Ethan Bolker
    Dec 8 '18 at 2:20






  • 4




    $begingroup$
    My best guess is that Z*base23 was intended to mean $(mathbb Z/23)^*$, i.e., the multiplicative group of non-zero elements of the 23-element field. So the log in the question would mean the $n$ (unique modulo 22) such that $5^nequiv20pmod23)$. Although @EthanBolker is right about this being hard to compute in general, this particular problem could be solved by just trying one $n$ after another.
    $endgroup$
    – Andreas Blass
    Dec 8 '18 at 2:44










  • $begingroup$
    @AndreasBlass Excellent job of decryption!
    $endgroup$
    – saulspatz
    Dec 8 '18 at 2:57










  • $begingroup$
    @saulspatz Thanks, but I see (now that it's too late to edit my comment) that I didn't do a very good job of including necessary braces in TeX. That congruence should be $5^nequiv20pmod{23}$.
    $endgroup$
    – Andreas Blass
    Dec 8 '18 at 3:01










  • $begingroup$
    @AndreasBlass is 5^n ≡ 20 (mod23) the answer? I'm sorry about the format, I'm new to the website and still struggle to do it properly. The Z I was mentioning is exactly the one you showed. Is there any helpful resources besides Wikipedia that can help me understand what is going on? At least you helped me clarify that Z is basically the mod, but I'm still very confused about how I can compute this by hand.
    $endgroup$
    – Curious
    Dec 8 '18 at 3:06








2




2




$begingroup$
I think you are asking about the discrete logarithm: en.wikipedia.org/wiki/Discrete_logarithm In general, it is hard to compute, which is why it's important in cryptography.
$endgroup$
– Ethan Bolker
Dec 8 '18 at 2:20




$begingroup$
I think you are asking about the discrete logarithm: en.wikipedia.org/wiki/Discrete_logarithm In general, it is hard to compute, which is why it's important in cryptography.
$endgroup$
– Ethan Bolker
Dec 8 '18 at 2:20




4




4




$begingroup$
My best guess is that Z*base23 was intended to mean $(mathbb Z/23)^*$, i.e., the multiplicative group of non-zero elements of the 23-element field. So the log in the question would mean the $n$ (unique modulo 22) such that $5^nequiv20pmod23)$. Although @EthanBolker is right about this being hard to compute in general, this particular problem could be solved by just trying one $n$ after another.
$endgroup$
– Andreas Blass
Dec 8 '18 at 2:44




$begingroup$
My best guess is that Z*base23 was intended to mean $(mathbb Z/23)^*$, i.e., the multiplicative group of non-zero elements of the 23-element field. So the log in the question would mean the $n$ (unique modulo 22) such that $5^nequiv20pmod23)$. Although @EthanBolker is right about this being hard to compute in general, this particular problem could be solved by just trying one $n$ after another.
$endgroup$
– Andreas Blass
Dec 8 '18 at 2:44












$begingroup$
@AndreasBlass Excellent job of decryption!
$endgroup$
– saulspatz
Dec 8 '18 at 2:57




$begingroup$
@AndreasBlass Excellent job of decryption!
$endgroup$
– saulspatz
Dec 8 '18 at 2:57












$begingroup$
@saulspatz Thanks, but I see (now that it's too late to edit my comment) that I didn't do a very good job of including necessary braces in TeX. That congruence should be $5^nequiv20pmod{23}$.
$endgroup$
– Andreas Blass
Dec 8 '18 at 3:01




$begingroup$
@saulspatz Thanks, but I see (now that it's too late to edit my comment) that I didn't do a very good job of including necessary braces in TeX. That congruence should be $5^nequiv20pmod{23}$.
$endgroup$
– Andreas Blass
Dec 8 '18 at 3:01












$begingroup$
@AndreasBlass is 5^n ≡ 20 (mod23) the answer? I'm sorry about the format, I'm new to the website and still struggle to do it properly. The Z I was mentioning is exactly the one you showed. Is there any helpful resources besides Wikipedia that can help me understand what is going on? At least you helped me clarify that Z is basically the mod, but I'm still very confused about how I can compute this by hand.
$endgroup$
– Curious
Dec 8 '18 at 3:06




$begingroup$
@AndreasBlass is 5^n ≡ 20 (mod23) the answer? I'm sorry about the format, I'm new to the website and still struggle to do it properly. The Z I was mentioning is exactly the one you showed. Is there any helpful resources besides Wikipedia that can help me understand what is going on? At least you helped me clarify that Z is basically the mod, but I'm still very confused about how I can compute this by hand.
$endgroup$
– Curious
Dec 8 '18 at 3:06










0






active

oldest

votes











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


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3030628%2fhow-do-you-find-log-of-a-z-number%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3030628%2fhow-do-you-find-log-of-a-z-number%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

Redirect URL with Chrome Remote Debugging Android Devices

Dieringhausen