Tagged Questions
The theorem tag has no wiki summary.
56
votes
51answers
4k 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 Wadler's law which ...
4
votes
12answers
373 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 science that you ...
2
votes
2answers
345 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 as more parameters ...
1
vote
1answer
163 views
Has anyone tried proving Z3 with Z3 itself?
Has anyone tried proving Z3 with Z3 itself?
Is it even possible, to prove that Z3 is correct, using Z3?
More theoretical, is it possible to prove that tool X is correct, using X itself?
1
vote
2answers
361 views
Problem with theorem decimal numbering in LaTeX
Below is the beginning of my LaTeX code. When I compile, theorem numbers do not show the decimal point. For example, the output shows Theorem 11 instead of Theorem 1.1. How can I fix this ?
...
0
votes
0answers
14 views
Beamer Poster Theorem style without boxes [migrated]
I'm making a poster using beamer and when I use \begin{theorem} and \begin{proof} it makes the theorems and proofs in a box just like a block title would be.
I understand this is the default setting ...
0
votes
1answer
181 views
How to use ChebyShev's Inequality in R [closed]
I have a statistical question in R and I was hoping to use Chebyshev inequality theorem, but I don't know how to implement it.
Example:
Imagine a dataset with a nonnormal distribution, I need to be ...
0
votes
4answers
125 views
cleveref fails for theorem environments sharing the same counter
I want to number all theorems and corollaries on the same (section) counter. But when I do this, cleveref names them both 'theorem'. Here is a minimal example:
\documentclass{amsart}
...
0
votes
1answer
162 views
boolean algebra - theorems
I have a homework question "Show the following is true using theorems. State which theorem you use at each step." This is just one of many problems I have! So, if you can help me with this one ...
0
votes
1answer
218 views
Master's Method, which Case?
I've been viewing some video lectures from MIT's opencourseware website, and on the third lecture video the lecturer goes over Recursive Matrix Multiplication and comes up with the time complexity ...
-3
votes
2answers
54 views
Unknown Sampling Frequency [closed]
If somebody gives me a waveform and its highest frequency is unknown to me then how would i determine the sampling rate of the given signal?
-5
votes
1answer
60 views
coefficient using binomial theorem [closed]
Can someone please help me to find the coefficient of x^6 using the binomial theorem in the expansion of
(2-3x+x^2)(2x^2+3)^8
Thanks!