Tagged Questions

2
votes
2answers
33 views

How to number nonconsecutive addenda in LaTeX without disrupting original Theorem numbering?

I am writing a thesis heavy with Definitions, Theorems, Lemmas and the like. I need to give a basic definition of a concept, and then later in the thesis expand on this definition …
34
votes
44answers
2k views

Laws of Computer Science and Programming

We have Amdahl's law that basically states that if your program is 10% sequential you can get a maximum 10x performance boost by parallelizing your application. Another one is Wad …
4
votes
12answers
304 views

What non-programming-specific formulas and laws do you use the most?

What non-programming-specific formulas do you use the most whilst working as a programmer? I'm thinking of non-trivial formulas/theorems from the field of mathematics, logic or sc …