octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8622] basic matrix functions


From: anonymous
Subject: [Octave-patch-tracker] [patch #8622] basic matrix functions
Date: Mon, 16 Mar 2015 11:02:34 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

URL:
  <http://savannah.gnu.org/patch/?8622>

                 Summary: basic matrix functions
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 16 Mar 2015 11:02:33 AM UTC
                Category: None
                Priority: 7 - High
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

These two functions ( adjunct() and cofactors() ) implement some basic matrix
operations that were not found in the octave package. The adjunct of a matrix
or its cofactors are used for calculating inverse matrices and other
operations. An inv() function is already in octave however these two functions
are for cases where you want to check the calculations that you do by hand.
They should save users time in going through the long process, esp. for long
homework assignments where it is required to show the calculation steps.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 16 Mar 2015 11:02:33 AM UTC  Name: cofactors.m  Size: 1kB   By: None

<http://savannah.gnu.org/patch/download.php?file_id=33358>
-------------------------------------------------------
Date: Mon 16 Mar 2015 11:02:33 AM UTC  Name: adjunct.m  Size: 1kB   By: None

<http://savannah.gnu.org/patch/download.php?file_id=33359>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8622>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]