Wikipedia:Reference desk/Mathematics
of the Wikipedia reference desk.
Main page: Help searching Wikipedia
How can I get my question answered?
- Select the section of the desk that best fits the general topic of your question (see the navigation column to the right).
- Post your question to only one section, providing a short header that gives the topic of your question.
- Type '~~~~' (that is, four tilde characters) at the end – this signs and dates your contribution so we know who wrote what and when.
- Don't post personal contact information – it will be removed. Any answers will be provided here.
- Please be as specific as possible, and include all relevant context – the usefulness of answers may depend on the context.
- Note:
- We don't answer (and may remove) questions that require medical diagnosis or legal advice.
- We don't answer requests for opinions, predictions or debate.
- We don't do your homework for you, though we'll help you past the stuck point.
- We don't conduct original research or provide a free source of ideas, but we'll help you find information you need.
How do I answer a question?
Main page: Wikipedia:Reference desk/Guidelines
- The best answers address the question directly, and back up facts with wikilinks and links to sources. Do not edit others' comments and do not give any medical or legal advice.
January 23
[edit]Given an integer for which a square root against a large semiprime modulus exists, is the number of possible square roots always 4 ?
[edit]Simple question : take a large semiprime . Take an integer such as √i%n has an existing solution. Is the number of possible solutions always 4 in such a case ? (or 2 if the modular inverse are excluded) 2A01:E0A:401:A7C0:E4AA:FB65:CDCC:FA58 (talk) 11:09, 23 January 2025 (UTC)
- Yes, because 1 always has four square roots modulo an (odd) semiprime. Tito Omburo (talk) 12:11, 23 January 2025 (UTC)
January 28
[edit]Fermat polygonal number theorem for centered polygonal numbers and generalized polygonal numbers
[edit]Fermat polygonal number theorem is that every positive integer is a sum of <=n n-gonal numbers (n such numbers seems to not be always needed, e.g. only needed 4 for n=6, so what is the smallest m such that every positive integer is a sum of <=m n-gonal numbers? I only know that m<=n), but what about centered n-gonal numbers and generalized n-gonal numbers (e.g. OEIS: A001318 for n=5), what is smallest number m such that every positive integer is a sum of <=m such numbers? Also, what about n-dimensional simplex numbers and n-dimensional cross-polytope numbers (generalization of Pollock's conjectures to higher dimension)? (For n-dimensional hypercube, there is already Waring's problem) 220.132.216.52 (talk) 12:09, 28 January 2025 (UTC)
January 29
[edit]Example of Jones formula
[edit]If we let the 26 variables be a=1, b=2, c=3, …, z=26, then what are the solutions of the set of 14 Diophantine equations? 118.170.15.127 (talk) 11:16, 29 January 2025 (UTC)
- The first equation of the set of 14 equations, is:
- Using the assignment of values this becomes
- Seeing as this ain't so, the system has no solutions.
- If the set had a solution under this specific assigment, it would be this:
- The question is a bit like, "letting solve the equation " --Lambiam 12:28, 29 January 2025 (UTC)
- You can't just take a random set of values and solve for x - there is no x in the usual sense of single variable polynomial in the formula - one must think of all a to z as 26 different x's. What the Jones formula does is provide one with a way of proving a number is prime by supplying 26 numbers and showing the result of that formula is the prime number. Which is quite amazing - one just needs to do a small constant number of operations - addition subtraction multiplication and comparisons with zero. However the numbers can be of the order of the prime to the power of itself - so definitely not practical to generate never mind use! NadVolum (talk) 13:09, 29 January 2025 (UTC)
- There is a prime generating polynomial of Jones formula:
-
- Does this polynomial generate a prime number if a=1, b=2, c=3, …, z=26? --114.38.87.55 (talk) 07:55, 30 January 2025 (UTC)
- This polynomial is found in the article. The answer to the question is no. It only produces a nonnegative value if all 14 Diophantine equations are satisfied. As you can read above, with the given value assignment, it fails already on the first equation. --Lambiam 11:14, 30 January 2025 (UTC)
- So what number does this polynomial generate if a=1, b=2, c=3, …, z=26? 111.252.80.160 (talk) 11:36, 30 January 2025 (UTC)
- It'll produce a negative number even though k+2 is 13. All those squares in the big second term need to be zero otherwise it produces zero or a negative number instead of 13 x 1. NadVolum (talk) 12:13, 30 January 2025 (UTC)
- So what number does this polynomial generate if a=1, b=2, c=3, …, z=26? 111.252.80.160 (talk) 11:36, 30 January 2025 (UTC)
- This polynomial is found in the article. The answer to the question is no. It only produces a nonnegative value if all 14 Diophantine equations are satisfied. As you can read above, with the given value assignment, it fails already on the first equation. --Lambiam 11:14, 30 January 2025 (UTC)
- Does this polynomial generate a prime number if a=1, b=2, c=3, …, z=26? --114.38.87.55 (talk) 07:55, 30 January 2025 (UTC)
January 31
[edit]Why does this algorithm always lead to the trivial square root of y when y is a perfect square?
[edit]This is based on Talk:Kunerth's algorithm#Taking The Square Root of 67*Y Mod RSA260
First take , a random semiprime… then use the following pseudocode :
2. Compute :
3. Find integers and such as (25²+ x×digitsConstant)÷(y×67) = digitsConstant+bb
4. take , an unknown variable, then expand ((67z + 25)²+ x×digitsConstant)÷(y×67) and then take the last Integer part without a called . will always be a perfect square.
5.
6. Find and such as a== w (25 + w×b)
7. Solve 0=a²×x²+(2a×b−(x×digitsConstant))×z+(b²−67×y)
8. For each of the 2 possible integer solution, compute z mod digitsConstant.
The fact the result will be a modular square root is expected, but then why if the computed at step 2 is a perfect square, z mod\ digitsConstant will always be the same as the Integer square root of and not the other possible modular square ? (that is, the trivial solution). 2A01:E0A:401:A7C0:9CB:33F3:E8EB:8A5D (talk) 09:22, 31 January 2025 (UTC)
Numbers m such that there is n such that eulerphi(eulerphi(n)) = m but there is no number with exactly m primitive roots
[edit]56 is in the range of eulerphi(eulerphi(n)), but there is no number with exactly 56 primitive roots, the numbers like 56 seems to be rare, what is the set of such numbers (i.e. the intersection of (sequence A378508 in the OEIS) and (sequence A231773 in the OEIS)) <= 10000? 220.132.216.52 (talk) 17:16, 31 January 2025 (UTC)