Jump to content

Talk:Triangular array

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by David Eppstein (talk | contribs) at 05:30, 30 October 2019 (Was that a good idea?: r). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconMathematics Start‑class Low‑priority
WikiProject iconThis article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-priority on the project's priority scale.

Was that a good idea?

@David Eppstein: Er, your edit changed a definition that I thought was helpful precisely because it was more formal than the previous informal one to basically a repetition of the previous sentence. I wanted to use formal mathematical notation like aij. (The exact wording I chose has the benefit of being correct whether you're using 1-based or 0-based indexing.)

I'd rather include something more formal like I originally wrote, or just delete the redundant sentence. Since either would do violence to your edit, could we discuss it?

(I was also thinking of describing the standard implementation in computer memory per https://stackoverflow.com/questions/17406593/triangular-array but the inverse mapping is a bit tricky. I.e. given k = i(i+1)/2 + j, how do I re-derive i? It's something messy involving the integer square root.)

38.39.199.2 (talk) 05:03, 30 October 2019 (UTC)[reply]

Especially in the lead, but more generally in all Wikipedia articles, formality needs to take a back seat to understandability. It does not make it any more accurate, rigorous, or correct to express the same thing in notation rather than words; it merely makes it harder for the uninitiated to understand. We should be working to make mathematics understandable to all, not building ivory towers of obscurantism to keep others out. See WP:TECHNICAL.
As for your re-derivation of i, that one is messy enough that a formula rather than words probably is the right way to express it. It's
But you should probably find a reliable source for an equivalent formula before adding it to the article rather than taking my word for it. —David Eppstein (talk) 05:30, 30 October 2019 (UTC)[reply]