Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.943 Times

Convex Quadratic freeware
Filter: All | Freeware | Demo
 

Convex Quadratic

1 2 3 4 5 > 
Added: August 24, 2013 | Visits: 554

Quadratic programming by Wolf's method This script is capable of solving a convex quadratic programming problem by Wolf's method. For the convergence of the algorithm it is necessary that either Hessian of the objective function be positive definite or positive semidefinite Hessian with linear term zero. For theory of Wolf method and... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Quadratic programming by Wolf's method Download

Added: April 22, 2013 | Visits: 357

quadprog2 - convex QP solver QUADPROG2 - Convex Quadratic Programming SolverFeaturing the SOLVOPT freeware optimizerNew for version 1.1:* Significant speed improvement* Geometric Preconditioning* Improved Error CheckingUSAGE:[x,v] = quadprog2(H,f,A,b)[x,v] = quadprog2(H,f,A,b,guess)[x,v,opt] = ...Minimizes the function v =... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (47): quadprog2 - convex QP solver Download

Added: April 15, 2013 | Visits: 467

GloptiPoly GloptiPoly is a MATLAB/SeDuMi add-on to build and solve convex linear matrix inequality (LMI) relaxations of the (generally non-convex) global optimization problem of minimizing a multivariablepolynomial function subject to polynomial inequality, equality or integer constraints.The software... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (40): GloptiPoly Download

Added: July 03, 2010 | Visits: 900

Convex Convex provides a flexible pattern matching system designed for creating response driven IRC bots. Convex is a system for creating IRC bots. It features stability, a small memory footprint, a flexible but intuitive configuration system, stealth running, and a secure infrastructure.... Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): Convex Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 536

Java Convex Optimizer Java Convex Optimizer is designed as an useful Open Source library that's been implemented in the Java programming language. It was built in order to address the problem of solving a convex minimization with equalities and inequalities contraints. Platforms: Windows

License: Freeware Download (52): Java Convex Optimizer Download

Added: May 10, 2013 | Visits: 507

Convex hull and diameter of 2d point sets This script returns the convex hull (separated into upper and lower chains of vertices) and the diameter (farthest pair of points), given input consisting of a list of 2d points represented as pairs (x,y). The convex hull algorithm is Graham's scan, using a coordinate-based sorted order rather... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Convex hull and diameter of 2d point sets Download

Added: May 10, 2013 | Visits: 738

Finding the convex hull of a set of 2D points This simple code calculates the convex hull of a set of 2D points and generates EPS files to visualise them. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: June 09, 2013 | Visits: 505

FAST CONVEX HULL ALGORITHM Even if totally m-coded, this routine is particularly fast in computing convex hull of 2D points. In many cases seems to be much faster than the matlab library routine. The main reason is that, differently from convhull, this algorithm jumps the call to unique function which can be very slow for... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): FAST CONVEX HULL ALGORITHM Download

Added: June 13, 2013 | Visits: 597

Economic dispatch by quadratic programming This code solves the economic dispatch by quadratic programming.Monotonic quadratic Fuel cost equations with Bmn coefficients is considered this model. Platforms: Matlab

License: Freeware Size: 30.72 KB Download (41): Economic dispatch by quadratic programming Download

Added: January 25, 2010 | Visits: 1.182

Quadratic! This widget solves almost any quadratic equation.Known Restrictions:Cannot display fractions.Can only display real numbers. Platforms: Mac

License: Freeware Download (169): Quadratic! Download

Added: April 25, 2013 | Visits: 469

Quadratic-O-Matic Quadratic-O-Matic is about the simplest program imaginable to set up and to use. You simply call the program up in your web browser, type in the numbers to get your quadratic equation, and click "Solve that puppy."You will then be given the roots of the equation.If "b2 - 4ac" is negative, you'll... Platforms: CGI and Perl

License: Freeware Size: 10 KB Download (42): Quadratic-O-Matic Download

Added: May 10, 2013 | Visits: 568

Non Convex Algorithms for Group Sparse Optimization Non Convex Optimization Algorithms for Group SparsitySolves a dummy OFDM sparse channel estimation problemReweighted Lm,p algorithm for noiseless case min||x||_m,p s.t. y = AxReweighted Lm,p algorithm for noisy case min||x||_2,p s.t. ||y - Ax||_qSmoothed L2,0 algorithm solves a smooth version... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Non Convex Algorithms for Group Sparse Optimization Download

Added: March 17, 2010 | Visits: 1.185

Math::Bezier::Convert Math::Bezier::Convert is a Perl module to convert cubic and quadratic bezier each other. SYNOPSIS use Math::Bezier::Convert; @new_cubic = divide_cubic($cx1, $cy1, $cx2, $cy2, $cx3, $cy3, $cx4, $cy4, $t); @new_quad = divide_quadratic($cx1, $cy1, $cx2, $cy2, $cx3, $cy3, $t); @quad =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (105): Math::Bezier::Convert Download

Added: January 25, 2010 | Visits: 832

Quadratic X Quadratic is a simple program that calculates the answers to the quadratic formula. In addition, it calculates pH in strong acid and weak acid dissociations given the pKa or Ka and the concentration of the original acid. Platforms: Mac

License: Freeware Download (125): Quadratic X Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 577

AZR-Delta AZR-Delta is a small, easy to use application specially designed to lend you a hand when trying to solve Quadratic Functions. Basically you just enter the variables and let AZR-Delta take care of the rest. for WindowsAll Platforms: Windows

License: Freeware Download (446): AZR-Delta Download

Added: May 23, 2013 | Visits: 591

Rock generator This program creates 3-dimensional rocks comprised of triangles by taking the convex hull of a sphere distorted with Perlin noise.It outputs these rocks in OpenGL code. It requires the free CGAL library from http://www.cgal.org/ to compile. Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (50): Rock generator Download

Added: July 25, 2013 | Visits: 457

Lava rock This program displays 3-dimensional rocks that were made by taking the convex hull of a sphere distorted with Perlin noise. These rocks are also texture-mapped with Perlin noise. Platforms: C and C plus plus

License: Freeware Size: 30.72 KB Download (48): Lava rock Download

Added: July 18, 2013 | Visits: 669

Economic emission dispatch This software solves the economic emission dispatch by quadratic programming.The fuel cost equations,emission coefficients ,Bmn coeffcients and the demand should be entered and the subroutien emield.m should be executed. Platforms: Matlab

License: Freeware Size: 40.96 KB Download (43): Economic emission dispatch Download

Construction of Attainable Region for van de Vusse Kinetics We obtain the extended convex attainable region for van de Vusse kinetics using CSTRs and PFRs with and without mixing and bypass.Reference: fig 6.8 page 223 in Seider, Seader and Lewin, Product & Process Design Principles, 2nd Edition, Wiley, 2004 Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Construction of Attainable Region for van de Vusse Kinetics Download

Added: June 08, 2013 | Visits: 523

Screenshot IN POLYGON TEST FOR CONVEX POLYGON This is Brand new so please advise-me if problems occurs.Here you can find an m-file with three different algorithms for inpolygon test.Depending on the input data, the one that is extimate to be the best will be chosen.This version do not support the onpolygon output so tollerance is not... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Screenshot IN POLYGON TEST FOR CONVEX POLYGON Download

1 2 3 4 5 >