Questions tagged [algorithm]
Questions about algorithms used or which might be used to implement a procedure known by name or loosely but not in detail. The subject of the question may be a procedure mentioned in the literature or a Mathematica built-in function
6 questions from the last 365 days
2
votes
0
answers
120
views
Most efficient way to store set of numbers and manipulate them
I have a set of pairs of numbers {id, quantity}, which I store in the table tab; id takes discrete values, and ...
0
votes
1
answer
187
views
gosper.m algorithm for Mathematica [closed]
I would like to download the gosper.m algorithm from the webpage
https://www2.math.upenn.edu/~wilf/progs.html
but the link gosper.m doesn't work. Where can I get ...
3
votes
1
answer
206
views
What algorithm(s) does `BoundingRegion` use?
BoundingRegion is also known as enclosing region or circumscribed region.
What algorithm(s) does BoundingRegion use?
Below links ...
3
votes
2
answers
218
views
Properties of DiscretizeRegion
I am interested in various point processes, hyperuniformity etc.
Noticed that the generation of mesh points for DiscretizeRegion is itself an example of point ...
3
votes
0
answers
68
views
Implementing DC Decomposition of Nonconvex Polynomials Using Algebraic Techniques (Hall's Formulation 5.6) in Mathematica?
I'm working on implementing a difference-of-convex (DC) decomposition for nonconvex polynomials, following the algebraic approach described in Georgina Hall's thesis "Optimization over ...
3
votes
1
answer
214
views
Finding all reduced Latin squares of size 6
The question for all Latin squares was answered here for sizes up to 5
Finding all Latin Squares of order 5.
However, there are 161280 Latin squares for N=5 and only 56 reduced Latin squares. The ...