MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Help



Hiya,


I have 3 solutions for a which are
{a -> 32, a -> -22, a -> 49}.

I want to use the positive answer to sub in a folowing equation.

The code that I wrote is

aList = Re[Last/@Flatten[%]];
aList = Select[%, #>0 &];*)

For[
   m = 1, m < size, m++, aList[[m]]
];


Howver, it doesnt seem to work the way I want.

Thanks

Colin



  • Prev by Date: Re: My own sum
  • Next by Date: Performance under Win95
  • Prev by thread: Re: help
  • Next by thread: RE: Help