The MatlabBGL library fills a hole in Matlab's suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab's native sparse matrix type as a graph and provides algorithms that work
The algorithms included are
Searching: breadth first search,depth first search, and astar (A*) search
Shortest Path Algorithms: Dijkstra's...
Cut 2D X is an powerful automation component used for obtaining optimal cutting layouts for two dimensional surfaces. Cut 2D X can be used for cutting rectangular sheets made of glass, wood, metal, or any other material used by industrial...
Real Cut 2D is a computer program used for obtaining optimal cutting layouts for two dimensional surfaces.Real Cut 2D can be used for cutting rectangular sheets made of glass, wood, metal, or any other material used by industrial...
Anagram Solver is a free and powerful anagram generator and anagram solver. Experiment and make your own anagrams, use to create and solve crosswords, scrabble, puzzles and wordplay!
An anagram is a word or phrase spelled by rearranging...
Ever wanted to take a CSV file as input, cut it up and only extract the fields that you want ?
Here's how!
$ cat cars.csv Year,Make,Model,Length 1997,Ford,E350,2.34 2000,Mercury,Cougar,2.38
$...
It's a simple solver of the problem of Hanoi Tower with a minimal GUI written in wxPython. It can handle just 10 plates, due to windows size..however it's very simple to modify this and the 'pure' solver is not affected by this limitation
[A , c] = MinVolEllipse(P, tolerance)
Finds the minimum volume enclosing ellipsoid (MVEE) of a set of data points stored in matrix P. The following optimization problem is solved:
minimize log(det(A)) s.t. (P_i -...
B3MSV Bidirectional Branch and Bound(B3) subset selection using the the Minimum Singular Value (MSV) as the criterion.
Consider the following subset selection problem:
Given a tall (m x n, m>n) matrix, A, to find n rows of...
Easy to use Clebsch-Gordan coefficient solver for adding two angular momentums in Quantum Mechanics. This tool is created for my Quantum Mechanics II course offered by Dr. Thompson in Summer of 2007.
[Instruction] Execute...
This submission contains an interface to a LBFGS solver for unconstrainted minimization problems of the form
min_{x} f(x) + c*|tilde{x}|,
where x are the parameters, f is a scalar valued real function, c is a positive scalar... |