All Questions
Tagged with table pattern-matching
3 questions
2
votes
3
answers
188
views
How to prune the rows of a Table
I have this Table which I am trying to transform by removing all the elements that are smaller than -5 and larger than 5 from the rows but not including the first element in each row (not sure that ...
3
votes
3
answers
150
views
Is the asymptotic expansion of this table of values $\log_{2}(x!)-.5$? If not, what is the expansion?
Suppose, we have the following code:
...
5
votes
4
answers
414
views
Finding the asymptotic rate of growth of a table of values
Suppose we define entropy[k] where:
...