Re: Problem with Delete
- To: mathgroup at smc.vnet.net
- Subject: [mg51591] Re: [mg51550] Problem with Delete
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Sat, 23 Oct 2004 00:23:32 -0400 (EDT)
- References: <200410220221.WAA07299@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Can't reproduce your problem.
In[1]:=
a = {{1, 2}, {3, 4}};
In[2]:=
Delete[a, {1, 1}]
Out[10]=
{{2}, {3, 4}}
As expected.
Tomas Garza
Mexico City
----- Original Message -----
From: "Gove Effinger" <effinger at skidmore.edu>
To: mathgroup at smc.vnet.net
Subject: [mg51591] [mg51550] Problem with Delete
> Hi. I am a (not heavy) Mathematica user who is running into a problem
> with the Delete function. On occasion (but not always, frustratingly)
> when I have a matrix (list of lists) and ask for deletion of one slot,
> the kernel actually shuts down and I get a message from Microsoft saying
> there is a problem and generating a report. Has anyone run into this and
> know how to get around it?
>
> Example: a = {{1,2},{3,4}};
> Delete[a,{1,1}]
>
> This sometimes bombs. In my case, it's after I have multiplied the
> matrix by another matrix, but not before.
>
> Help, G. Effinger
>
>
>
- References:
- Problem with Delete
- From: Gove Effinger <effinger@skidmore.edu>
- Problem with Delete