<?xml version="1.0" encoding="UTF-8"?>










<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">
    <channel>
        <title>Math Forum</title>
        <link>http://mathforum.org/kb</link>
        <description>List of forum topics</description>
        <language>en</language>


        <item>
            <title>Re: Is there any efficient easy way to compare two lists with the same length with Mathematica?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7648335&amp;tstart=0#7648335</link>

        

            <description><![CDATA[a == b and a === b evaluate before Thread has a chance to act. The others  <br>do not.<br><br>a &lt; b<br>a &gt; b<br>a == b<br>a === b<br><br>{1, 2,]]></description>

        

            <jf:creationDate>Jan 19, 2012 5:07:24 AM</jf:creationDate>
            <jf:modificationDate>Jan 19, 2012 5:07:24 AM</jf:modificationDate>
            <jf:author>btreat1@austin.rr.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Is there any efficient easy way to compare two lists with the same length with Mathematica?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7647403&amp;tstart=0#7647403</link>

        

            <description><![CDATA[<br>What about this?<br><br><br><br>B = Range[1000000];<br><br>A = Range[1000001, 2000000];<br><br>Positive[A - B] /. List -&gt; And //]]></description>

        

            <jf:creationDate>Jan 18, 2012 6:06:13 AM</jf:creationDate>
            <jf:modificationDate>Jan 18, 2012 6:06:13 AM</jf:modificationDate>
            <jf:author>Alexei.Boulbitch@iee.lu</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Is there any efficient easy way to compare two lists with the same length with Mathematica?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7647390&amp;tstart=0#7647390</link>

        

            <description><![CDATA[I learned something from the answer(s) on this thread, leading to a<br>question of my own: Why do 'Equal' and 'SameQ' respond differently<br>from]]></description>

        

            <jf:creationDate>Jan 18, 2012 5:59:34 AM</jf:creationDate>
            <jf:modificationDate>Jan 18, 2012 5:59:34 AM</jf:modificationDate>
            <jf:author>mathgroup@stein.org</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Is there any efficient easy way to compare two lists with the same length with Mathematica?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7647388&amp;tstart=0#7647388</link>

        

            <description><![CDATA[On 1/17/2012 2:34 AM, Rex wrote:<br><font color="#660066">&gt; Given two lists `A={a1,a2,a3,...an}` and `B={b1,b2,b3,...bn}`, I would<br>&gt; say]]></description>

        

            <jf:creationDate>Jan 18, 2012 5:58:33 AM</jf:creationDate>
            <jf:modificationDate>Jan 18, 2012 5:58:33 AM</jf:modificationDate>
            <jf:author>andyr@wolfram.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Is there any efficient easy way to compare two lists with the same length with Mathematica?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7647387&amp;tstart=0#7647387</link>

        

            <description><![CDATA[Over time more and more things like this have been extended to work <br>automatically on lists. But so far, as you discovered, not GreaterEqual]]></description>

        

            <jf:creationDate>Jan 18, 2012 5:58:02 AM</jf:creationDate>
            <jf:modificationDate>Jan 18, 2012 5:58:02 AM</jf:modificationDate>
            <jf:author>murray@math.umass.edu</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Is there any efficient easy way to compare two lists with the same length with Mathematica?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7646538&amp;tstart=0#7646538</link>

        

            <description><![CDATA[On 1/17/12 at 3:34 AM, aoirex@gmail.com (Rex) wrote:<br><br><font color="#660066">&gt;Given two lists `A={a1,a2,a3,...an}` and `B={b1,b2,b3,...bn}`,]]></description>

        

            <jf:creationDate>Jan 17, 2012 7:02:59 AM</jf:creationDate>
            <jf:modificationDate>Jan 17, 2012 7:02:59 AM</jf:modificationDate>
            <jf:author>readnews@sbcglobal.net</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: Is there any efficient easy way to compare two lists with the same length with Mathematica?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7646487&amp;tstart=0#7646487</link>

        

            <description><![CDATA[And@@Thread[A &gt; B]<br><br>Bobby<br><br>On Tue, 17 Jan 2012 02:34:35 -0600, Rex &lt;aoirex@gmail.com&gt; wrote:<br><br><font color="#660066">&gt;]]></description>

        

            <jf:creationDate>Jan 17, 2012 6:03:54 AM</jf:creationDate>
            <jf:modificationDate>Jan 17, 2012 6:03:54 AM</jf:modificationDate>
            <jf:author>btreat1@austin.rr.com</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Is there any efficient easy way to compare two lists with the same length with Mathematica?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7646400&amp;tstart=0#7646400</link>

        

            <description><![CDATA[Given two lists `A={a1,a2,a3,...an}` and `B={b1,b2,b3,...bn}`, I would<br>say `A&gt;=B` if and only if all `ai&gt;=bi`.<br><br>There is a built-in]]></description>

        

            <jf:creationDate>Jan 17, 2012 3:52:37 AM</jf:creationDate>
            <jf:modificationDate>Jan 17, 2012 3:52:37 AM</jf:modificationDate>
            <jf:author>aoirex@gmail.com</jf:author>
            <jf:replyCount>7</jf:replyCount>
        </item>


    </channel>
</rss>

