Re: [R] Simplex "Out of Bounds" Error

2003-10-11 Thread Prof Brian Ripley
On Sat, 11 Oct 2003 [EMAIL PROTECTED] wrote: > I am running the following code (testing the use of the simplex function to > determine if a point is in the convex hull of another set of points or not): > > >a <- c(0, 0) > >A3 <-matrix(c(1,2,3,4,1,1), ncol = 2, byrow = T) > >b3 <-c(1.5, 3.5, 1) >

[R] Simplex "Out of Bounds" Error

2003-10-10 Thread hstoll
I am running the following code (testing the use of the simplex function to determine if a point is in the convex hull of another set of points or not): >a <- c(0, 0) >A3 <-matrix(c(1,2,3,4,1,1), ncol = 2, byrow = T) >b3 <-c(1.5, 3.5, 1) >simplex(a = a, A3 = A3, b3 = b3) and the following error