[R] Maximization

Eliano eliano.m.marques at gmail.com
Tue Oct 25 13:04:49 CEST 2011


hi people,

I'm trying to maximize this function:

fn= function (x) {x[1]^2+5*x[2]^2}

with this restriction
fn1 = function (x) {x[1]+x[2] <=5}

Can someone help me how to procedure this?

I tried in the alabama and genoud package but i have problems with the
setting of constrains.

Regards,
Eliano

--
View this message in context: http://r.789695.n4.nabble.com/Maximization-tp3936359p3936359.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list