Freeware Downloads for "Knowledge Solution Problem"
- Ingle & Proakis Chapter 2 Solutions
- License: Freeware

It contains the solution to every problem of the 2nd chapter. I'll keep posting more solved problems as soon as I can..
- Platform: Matlab, Scripts
- Publisher: Edgar Guevara Codina
- Date: 11-05-2013
- Size: 123 KB
We solve a binary distillation problem using the solution of a Riccati equation. We find that four plates are needed to achieve the desired product purity. We also compute the number of stages with the classical approach by stepping off stages using the equilibrium curve and the operating line. With this second approach, we find four plates too I agreement with the Riccati equation method..
- Platform: Matlab, Scripts
- Publisher: Housam Binous
- Date: 17-06-2013
- Size: 10 KB
- SIPPI
- License: Freeware

SIPPI was specially developed as an open source MATLAB toolbox that can help you sample the solution to inverse problems with complex prior info.
Now, you can make use of this useful and accessible utility to solve your problems in no time at all.
.
- Platform: Windows
- Publisher: Knud Cordua, Thomas Mejer Hansen
- Date:
- We!
- License: Freeware

There is a huge quantity of books and articles about self-development however people continue to search for a decision of inner issues. Why is it so difficult to change ourselves? The issue is that our consciousness is complex and many-sided structure, separate parts of which are deeply interconnected, therefore it is impossible to change a part of it: changing something in our consciousness we change all - including the desire to change something. How this issue can be solved?
You cannot avoid procrastination simply having forbidden to yourselves in it because elimination of consequence does not solve a problem.
- Platform: Windows
- Publisher: Horizon Ring Software
- Date: 18-08-2011
- Size: 576 KB
- Fixed Start/End Point Multiple Traveling Salesmen Problem - Genetic Algorithm Script
- License: Freeware

Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to individual cities and back to the original starting place). Each salesman starts at the first point, and ends at the first point, but travels to a unique set of cities in between. Except for the first, each city is visited by exactly one salesman. This tool provides a graphic user interface in which the user is presented with detailed graphs and charts about the solution.
- Platform: Matlab, Scripts
- Publisher: Joseph Kirk
- Date: 19-04-2013
- Size: 10 KB
- Color Clutch
- License: Freeware

Color Clutch is a solution to a color calibration problem found across various versions of Windows. Some full-screen applications (e.g. games) are unable to hold monitor color calibration, leading to incorrect color. Color Clutch prevents this..
- Platform: Windows
- Publisher: Sole Architect
- Date:
- Size: 112 KB
- Polar Help Desk Free
- License: Freeware

Polar Help Desk Free is a web based solution for organizing support department. It is fully functional, commercially free for 1 technician and unlimited number of end users. No trial period expiration, no obligations and no forms to fill out. Incident management, knowledge base, email integration, language management, reports and clear user-friendly interface are the features that will enhance and improve your support center while simplifying its management. Key advantages: - Source code available for purchase - Easily deployed and configured - Extremely short training period enabling seamless introduction of new support staff - Flexible licensing models Key benefits: - Fully functional web based help desk, commercially free for 1 named user - Reports and clear user-friendly interface - Incorporate proven Incident...
- Platform: Windows
- Publisher: Polar
- Date: 19-02-2007
- Size: 9722 KB
- Sense To Webpage
- License: Freeware

The neglected website solution for small businesses and personal users. Designed for non-technical web page editing and general website maintenance. Cut costs and turnaround delays by reducing reliance on web-designer services and expensive authoring tools. Sense To Webpage works with both the Sense Personal and Sense Professional Document Editors for easy do-it-yourself web page update in plain-text. The low complexity user interface allows long neglected web pages to be rapidly updated by the personal user, the business manager and office junior alike.
- Platform: Windows
- Publisher: Silva Elm Ltd
- Date: 05-02-2011
- Size: 1767 KB
- SoFi Solution Finder
- License: Freeware

SoFi (Solution Finder) is an extensible Java framework that facilitates rapid development of instructional applications to demonstrate common search and problem solving methods in the field of Artificial Intelligence..
- Platform: Linux, Mac, Windows
- Publisher: sofi.sourceforge.net
- Date: 17-07-2012
- Size: 14 KB
- Robust solver for Lambert's orbital-boundary value problem
- License: Freeware

A Lambert-orbital boundary value problem can be stated as "Find the orbit/trajectory of a spacecraft that flies from position [r1] to [r2], taking a time [tf] and making [m] complete orbits before arriving at [r2]. " The solution to each Lambert-problem is NOT unique; one can travel to [r2] via the long way or the short way, and for [m > 0] there are almost always two ellipses that satisfy the boundary conditions, so that [m > 0] has four distinct solutions. This function solves any Lambert problem *robustly*.
- Platform: Matlab, Scripts
- Publisher: Rody Oldenhuis
- Date: 15-05-2013
- Size: 10 KB
This is an application of the Greedy Algorithm and the Local Search for finding a solution for the SC Distribution Network problem. We dealt with one level SC composed of a set of factories and a set of Sales Points, each sales point has a demand at a certain time, each factory has a production limit. Furthermore, we assumed lost sales penalty (if a certain demand is not satisfied). The goal was to find the matrix of amount of products shipped from any factory to any sales point to minimize total costs.
- Platform: Matlab, Scripts
- Publisher: Ramiz
- Date: 14-05-2013
- Size: 584 KB
- Derivative-based Optimization
- License: Freeware

This folder contains a word document (optimization_problem_wth_solution.doc) that contains a description for an optimization problem along with its solution. The folder contains two m-script file that contain the solution for the Gradient_Descent_minimum and Gradient_Descent_maximum problems included in the word document. The algorithm for the gradient descent is included in the m-script files. For more information, you could go to wikipedia. You don't need the optimization toolbox to run the script.
- Platform: Matlab, Scripts
- Publisher: Nassim Khaled
- Date: 26-01-2013
- Size: 819 KB
- Solution to Economic Dispatch by Differential evolution
- License: Freeware

This software contains one example taken from the reference paper given with this program.By running the program detest1.m as they are in the default deevol1 folder the economic dispatch problem can be solved. A six bus system with Bmn coefficients is considered for simulations The allocation minimum fuel cost and transmission losses are determined. The optimal solution for a demand of 1100 MW is given below Elapsed time is 1.163033 seconds. F =57870.968 P1 = 47.5988 37.6179 225.0000 196.6339 325.
- Platform: Matlab, Scripts
- Publisher: Saloman Danaraj
- Date: 22-02-2013
- Size: 20 KB
- Test problem LP
- License: Freeware

This is a program that generates a test problem for linear optimization with a sparse matrix. The test problem is of the kind min c'*x s.t. Aeq*x=beq lb<=x<=ub where lb is a zero vector and ub is greater then a zero vector so that the problem has a solution. The problem that generates is a minimum cost flow network problem. When the problem is generated the program will (if you want) show the graph of the problem. You call the program with the command [Aeq,beq,lb,ub,c]=simsys_sparse(m) where m is the number of rows you want Aeq to have.
- Platform: Matlab, Scripts
- Publisher: Per BergstrdoTAm
- Date: 23-05-2013
- Size: 10 KB
- assignprob.zip
- License: Freeware

Functions related to the assignment problem. Main functions: hungarian - calculate a solution of the square assignment problem. See HELP for a reference..
- Platform: Matlab, Scripts
- Publisher: Niclas Borlin
- Date: 15-02-2013
- Size: 10 KB
- Solution of Fractional Optimal Control Problems
- License: Freeware

Solution of Fractional Optimal Control Problems using Rational Approximation [1] C. Tricaud and Y.Q. Chen: Solving Fractional Order Optimal Control Problems in RIOTS_95 - A General-Purpose Optimal Control Problem Solver, Proceedings of the 3rd IFAC Workshop on Fractional Differentiation and its Applications, Ankara, Turkey, 05 - 07 November, 2008. [2] C. Tricaud and Y.Q. Chen: An Approximate Method for Numerically Solving Fractional Order Optimal Control Problems of General Form, Journal of Computers and Mathematics with Applications.
- Platform: Matlab, Scripts
- Publisher: Christophe Tricaud
- Date: 21-02-2013
- Size: 10 KB
- VDISTINV: Find the endpoint of a geodesic on the ellipsoidal earth
- License: Freeware

This function solves the "forward geodesic problem," which is to compute the endpoint of a geodesic (shortest-distance) path on the ellipsoidal earth, given the start point, a path length, and a starting azimuth. In response to a user request, this function numerically inverts the previously published VDIST function, which is contained within. (VDIST solves the "inverse geodesic problem" of computing the distance and azimuth between two known points, using Vincenty's 1975 algorithm.) Although numerically inverting VDIST is not a very efficient way to solve the forward problem, it provides a quick solution and also serves as an example of how to invert a function numerically in Matlab.
- Platform: Matlab, Scripts
- Publisher: Michael Kleder
- Date: 08-04-2013
- Size: 10 KB
- Traveling Salesman Problem - Genetic Algorithm Script
- License: Freeware

The user is presented with the near-optimal solution and performance chart in a dialog window..
- Platform: Matlab, Scripts
- Publisher: Joseph Kirk
- Date: 13-02-2013
- Size: 10 KB
- Open Multiple Traveling Salesmen Problem - Genetic Algorithm Script
- License: Freeware

Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once without returning to their starting location). Each salesman travels to a unique set of cities (although none of them close their loops by returning to their starting points). Each city is visited by exactly one salesman. This tool will provide the user with a graphic interface complete with generated graphs, the optimal solution and various charts.
- Platform: Matlab, Scripts
- Publisher: Joseph Kirk
- Date: 12-03-2013
- Size: 10 KB
- The Travelling Salesman Problem using GA
- License: Freeware

Solution for the Travelling Salesman Problem using genetic algorithm. Speed, particularly at large data volumes, is of essence. The project uses advanced variants of cross-over and mutation algorithms in order to expedite search in the solution space.
The Travelling Salesman Problem using GA License - Common Public License 1.0.
- Platform: WinOther
- Publisher: Ga-tsp
- Date:
Knowledge Solution Problem: Freeware | All



