MathGroup Archive 2008

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

Search the Archive

Re: more looping trouble

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85452] Re: [mg85436] more looping trouble
  • From: DrMajorBob <drmajorbob at bigfoot.com>
  • Date: Mon, 11 Feb 2008 06:06:59 -0500 (EST)
  • References: <14100354.1202649811490.JavaMail.root@m08>
  • Reply-to: drmajorbob at bigfoot.com

Most /@ {{1, 2, 3}, {2, 3, 4}}

{{1, 2}, {2, 3}}

Bobby

On Sun, 10 Feb 2008 04:20:54 -0600, Francis Bitonti  
<frankb.mail at gmail.com> wrote:

> Sorry for these lame questions but I'm still trying to get my head around
> loops. I though I had it but I hit a snag today.
>
> I have a table of numbers {{1,2,3},{2,3,4}} I want to use a loop to  
> remove
> the third integer in each set and reassemble them as a new table.
> However, something is going wrong I think it's because i'm not grasping  
> some
> fundamental idea about how to perform these type of operations on tables.
>
> CLICK THIS LINK TO VIEW MY NOTEBOOK IN HTML FORMAT
> http://www.fadarch.com/math/test.html<http://www.fadarch.com/math/test.html>
>
>
>
>
>



-- 
DrMajorBob at bigfoot.com


  • Prev by Date: Re: Tooltips and PlotMarkers
  • Next by Date: Test for Irreducibility of certain polynomials with
  • Previous by thread: more looping trouble
  • Next by thread: Re: more looping trouble