Jump to content

Wikipedia:Reference desk/Mathematics

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Tcncv (talk | contribs) at 23:55, 29 December 2023 (→‎Tetrahedral assembly: ...). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Welcome to the mathematics section
of the Wikipedia reference desk.
Select a section:
Want a faster answer?

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.
See also:


December 29

a mathematical formula that is useful in error correction

why isnt anyone using this formula?

 Pr = sigma n = 0 until ceil(log2(Pe)): C(Pr * Pd, n)
 Pr = possblities of redundant data.
 Pe = possblities of maximum error.
 Pd = possblities of actual data.

here is another way of writing this:

 d <= floor(log2((2^a)/(sigma n= 0 until E: C(a, n))))
 d = length of data in bits.
 a = all bits, a = d + r, r = length of redundant data in bits.
 E = maximum error bits, i didnt use e to dont get wrong with euler's constant netrual expantion number.

the way it works is sigma ...: C(t,n) gives number of possble errors and dividing all possblities for a by error possblities results in number of possble data values and getting its log2 results in length of data in bits Mahdoosh1 (talk) 09:03, 29 December 2023 (UTC)[reply]

I haven't the foggiest idea what you're trying to say above and would need a better explanation and an example of use. Even not having the foggiest though having Pr on both sides of the first equation looks funny to me. Wikipedia has lots of articles on various types of error correction in communication, possibly the top one would be Information theory, perhaps you could identify a relevant field?. NadVolum (talk) 10:56, 29 December 2023 (UTC)[reply]

second formula may make better sense, here is an example:

to encode 2 bits in a way that can correct 1 bit error we need 3 redundant data at least, this means a=5,E=1,d=2,r=3:

 d <= floor(log2(2^(a)÷sigma n=0 until E:C(a,n)))
 2 <= floor(log2(2^(2+3)÷sigma n=0 until 1:C(2+3,n)))
 2 <= flog2(2^5 ÷ (1+5))
 2 <= flog2(32 ÷ 6)
 2 <= flog2(5.33...)
 2 <= 2

if this is hard, here will be a desmos link for this formula:

https://www.desmos.com/calculator/cywvtoi0w8

— Preceding unsigned comment added by Mahdoosh1 (talkcontribs) 11:09, 29 December 2023 (UTC)[reply]

You might be interested in Hamming code which deals with correcting errors in small amounts of data like this. The Hamming bound deals with theoretical limits for error correcting fixed length data with no feedback and lists some other bounds. NadVolum (talk) 16:31, 29 December 2023 (UTC)[reply]

Tetrahedral assembly

A regular tetrahedron of twice the edge length of another has eight times the volume. Could eight of the smaller ones be assembled into one of the larger?2A00:23C6:AA0D:F501:D9BD:B595:E656:54D3 (talk) 22:53, 29 December 2023 (UTC)[reply]

No. If you start by filling the corners of the 2x tetrahedron with four or the 1x tetrahedrons, the remaining space is an octahedron (with four outer and four inner faces) that cannot be filled with the remaining four 1x tetrahedrons - the face-to-face angles of the octahedron are not compatible with the tetrahedrons. See also tetrahedron packing, which states "Tetrahedra do not tile space". -- Tom N talk/contrib 23:27, 29 December 2023 (UTC)[reply]
This Stack Exchange question also has a discussion that includes the rationale "a tetrahedron is not a space-filling solid, since neither the angle between faces nor the solid angle in a vertex are rational multiples of a radian/steradian." -- Tom N talk/contrib 23:49, 29 December 2023 (UTC)[reply]