Re: Optimization with BasicSimplex command help!!
- To: mathgroup at smc.vnet.net
- Subject: [mg84967] Re: Optimization with BasicSimplex command help!!
- From: dh <dh at metrohm.ch>
- Date: Mon, 21 Jan 2008 06:54:43 -0500 (EST)
- References: <fmslnh$ltc$1@smc.vnet.net>
Hi Dino, why you do not try to program this simple algorthm yourself. You may find a description here: http://en.wikipedia.org/wiki/Simplex_algorithm hope this helps, Daniel dinodeblasio at gmail.com wrote: > I'd like to have some more help with MATHEMATICA. > I have heard about a function called: BasicSimplex[f,g,vars] used in > function minimization. > Given a number of variables->vars and a number of constraints-> g > and a objective function f; > > the mathematica non-built in function BasicSimplex[f,g,vars] gives the > minimum of the function. > My problem is that the function is not built in Mathematica and was > given in the cd-rom with the book: Practical Optimization Methods: > With Mathematica Applications > by M. Asghar Bhatti but i cant find it here. > > I am looking for the command code of BasicSimplex > > Thanks a lot and happy new year. >