Re: Remove Indeterminate elements
- To: mathgroup at smc.vnet.net
- Subject: [mg64311] Re: [mg64280] Remove Indeterminate elements
- From: Pratik Desai <pdesai1 at umbc.edu>
- Date: Fri, 10 Feb 2006 02:14:10 -0500 (EST)
- References: <200602090744.CAA19372@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Baris Erbas wrote:
>Dear All,
>
>I have been trying to remove some elements of a list which should be quite
>straightforward. The list is as follows:
>
>{{x1,y1},{x2,y2},.{xi,yi},{Indeterminate,Indeterminate},.{xn,yn}}. All the
>components are real numbers apart from some Indeterminate expressions. I
>want the list without the Indeterminate terms. I have been trying to use
>Delete with If command but cannot succeed.
>
>Can anyone help please?
>
>Thanks
>
>
>
Perhaps
DeleteCases[DeleteCases[list,Indeterminate,2],{}]
- References:
- Remove Indeterminate elements
- From: "Baris Erbas" <berbas@anadolu.edu.tr>
- Remove Indeterminate elements