<?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: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7839047&amp;tstart=0#7839047</link>

        

            <description><![CDATA["Nasser M. Abbasi" &lt;nma@12000.org&gt; wrote in message &lt;jroo5a$tr0$1@speranza.aioe.org&gt;...<br><font color="#660066">&gt;<br>&gt; This above]]></description>

        

            <jf:creationDate>Jun 19, 2012 4:40:07 AM</jf:creationDate>
            <jf:modificationDate>Jun 19, 2012 4:40:07 AM</jf:modificationDate>
            <jf:author>mattjacREMOVE@THISieee.spam</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7838984&amp;tstart=0#7838984</link>

        

            <description><![CDATA[On 6/18/2012 8:40 PM, Joe wrote:<br><font color="#660066">&gt; It is a one liner!!<br>&gt; adjunct_A=inv(A)*det(A)<br>&gt;<br>&gt; Reasoning:<br>&gt;]]></description>

        

            <jf:creationDate>Jun 18, 2012 10:28:56 PM</jf:creationDate>
            <jf:modificationDate>Jun 18, 2012 10:28:56 PM</jf:modificationDate>
            <jf:author>nma@12000.org</jf:author>
            <jf:replyCount>1</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=7838978&amp;tstart=0#7838978</link>

        

            <description><![CDATA[It is a one liner!!<br>adjunct_A=inv(A)*det(A)<br><br>Reasoning:<br>inv(A)=adjunct(A)/det(A)<br><br>enjoy.<br>Joe<br><br><br>"David Scott"]]></description>

        

            <jf:creationDate>Jun 18, 2012 9:40:07 PM</jf:creationDate>
            <jf:modificationDate>Jun 18, 2012 9:40:07 PM</jf:modificationDate>
            <jf:author>Joe@joe.com</jf:author>
            <jf:replyCount>2</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=5277206&amp;tstart=0#5277206</link>

        

            <description><![CDATA[Third time's a charm:<br><br>function B=adj(A)<br><br>n=size(A,1); d=1:n-1;<br>B=zeros(n); c=2*mod(size(A,1),2)-1;<br><br>AA=[A,A;A,A]';<br><br>for]]></description>

        

            <jf:creationDate>Oct 19, 2006 11:20:22 AM</jf:creationDate>
            <jf:modificationDate>Oct 19, 2006 11:20:22 AM</jf:modificationDate>
            <jf:author>gregvwDEL@mathDEL.unmDEL.edu</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=5273157&amp;tstart=0#5273157</link>

        

            <description><![CDATA[In article &lt;ef43d33.4@webcrossing.raydaftYaTP&gt;, "Greg von Winckel"<br>&lt;gregvwDEL@mathDEL.unmDEL.edu&gt; wrote:<br><br><font]]></description>

        

            <jf:creationDate>Oct 18, 2006 5:21:28 PM</jf:creationDate>
            <jf:modificationDate>Oct 18, 2006 5:21:28 PM</jf:modificationDate>
            <jf:author>ellieandrogerxyzzy@mindspring.com.invalid</jf:author>
            <jf:replyCount>1</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=5269804&amp;tstart=0#5269804</link>

        

            <description><![CDATA[In]]></description>

        

            <jf:creationDate>Oct 18, 2006 2:26:51 AM</jf:creationDate>
            <jf:modificationDate>Oct 18, 2006 2:26:51 AM</jf:modificationDate>
            <jf:author>ellieandrogerxyzzy@mindspring.com.invalid</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=5269654&amp;tstart=0#5269654</link>

        

            <description><![CDATA[In article &lt;ef43d33.9@webcrossing.raydaftYaTP&gt;, "Greg von Winckel"<br>&lt;gregvwDEL@mathDEL.unmDEL.edu&gt; wrote:<br><br><font]]></description>

        

            <jf:creationDate>Oct 18, 2006 1:55:37 AM</jf:creationDate>
            <jf:modificationDate>Oct 18, 2006 1:55:37 AM</jf:modificationDate>
            <jf:author>ellieandrogerxyzzy@mindspring.com.invalid</jf:author>
            <jf:replyCount>1</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=5268222&amp;tstart=0#5268222</link>

        

            <description><![CDATA[That is the case when A is nonsingular. However, adj(A) will always<br>exist even if inv(A) does not.<br><br>-Greg<br><br><font color="#660066">&gt;]]></description>

        

            <jf:creationDate>Oct 17, 2006 6:18:07 PM</jf:creationDate>
            <jf:modificationDate>Oct 17, 2006 6:18:07 PM</jf:modificationDate>
            <jf:author>gregvwDEL@mathDEL.unmDEL.edu</jf:author>
            <jf:replyCount>2</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=5268219&amp;tstart=0#5268219</link>

        

            <description><![CDATA[<font color="#660066">&gt; The word adjoint is ambiguous. The above is also known as the<br>&gt; adjugate of matrix A. Formally, the adjoint is the]]></description>

        

            <jf:creationDate>Oct 17, 2006 6:14:51 PM</jf:creationDate>
            <jf:modificationDate>Oct 17, 2006 6:14:51 PM</jf:modificationDate>
            <jf:author>dedoleo@gmail.com</jf:author>
            <jf:replyCount>3</jf:replyCount>
        </item>

        <item>
            <title>Re: How do I compute an adjunct matrix?</title>
        
            <link>http://mathforum.org/kb/thread.jspa?messageID=5267893&amp;tstart=0#5267893</link>

        

            <description><![CDATA[Jos wrote:<br>&lt;SNIP ... adjoint adjugate<br><br><font color="#660066">&gt; B = A.' ; % adjoint</font><br>should be B = A' of course]]></description>

        

            <jf:creationDate>Oct 17, 2006 4:30:42 PM</jf:creationDate>
            <jf:modificationDate>Oct 17, 2006 4:30:42 PM</jf:modificationDate>
            <jf:author>x@y.z</jf:author>
            <jf:replyCount>0</jf:replyCount>
        </item>


    </channel>
</rss>

