[UP]


Manual Reference Pages  - gcsgau2 (3)

NAME

gcsgau2(3f) - [M_math] solve a system of simultaneous linear equations (LICENSE:PD)

CONTENTS

Synopsis
Description
Pedigree
Written By
License

SYNOPSIS

subroutine gcsgau2(n,a,b)

   integer      :: n
   real         :: a(11,11)
   real         :: b(*)

DESCRIPTION

Solve a system of simultaneous linear equations of the form

     **                           **  **    **   **    **
     * A(1,1)  A(1,2)  ...  A(1,N) *  * X(1) *   * B(1) *
     *                             *  *      *   *      *
     * A(2,1)  A(2,2)  ...  A(2,N) *  * X(2) *   * B(2) *
     *                             *  *      *   *      *
     *    .       .            .   *  *   .  * = *   .  *
     *    .       .            .   *  *   .  *   *   .  *
     *    .       .            .   *  *   .  *   *   .  *
     *                             *  *      *   *      *
     * A(N,1)  A(N,2)  ...  A(N,N) *  * X(N) *   * B(N) *
     **                           **  **    **   **    **

Where matrices A and B are known and matrix X is the set of unknowns to be determined. N is the number of equations.

PEDIGREE

Derived from

        Graphics Compatibility System
            3-D Device-Dependent
              Subroutine GCSGAU2
                   Level 7

WRITTEN BY

Fred Taylor ; A.K.A

F. T. Tracy, Computer Analysis Branch USAEWES, Vicksburg, MS. 39180

LICENSE

Public Domain


gcsgau2 (3) October 17, 2020
Generated by manServer 1.08 from 2fda44ea-b916-42ee-a3e9-d99cd392ada2 using man macros.