--- title: "Simultaneous Linear Equations and Matrix Inversion" type: "article" slug: "simultaneous-linear-equations-and-matrix-inversion" url: "http://localhost/article/simultaneous-linear-equations-and-matrix-inversion/" markdown_url: "http://localhost/article/simultaneous-linear-equations-and-matrix-inversion.md" published_at: "2020-10-27T17:19:23+00:00" modified_at: "2024-06-23T07:45:04+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Solve simultaneous linear equations or invert N*N matrices by forward and backward row reduction." category: - name: "SQ Syntax Quarterly" slug: "sq-syntax-quarterly" taxonomy: "category" url: "http://localhost/category/periodicals/sq-syntax-quarterly/" post_tag: - name: "1983" slug: "year-1983" taxonomy: "post_tag" url: "http://localhost/tag/year-1983/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "R. A. Woodall" slug: "r-a-woodall" taxonomy: "indiv" url: "http://localhost/indiv/r-a-woodall/" publication: "SQ Syntax Quarterly" publication_r: id: 25083 title: "SQ Syntax Quarterly" type: "periodical" url: "http://localhost/periodical/sq-syntax-quarterly/" authors: "R. A. Woodall" volume: "2" issue: "1" issues_articles: - id: 26624 title: "SQ Syntax Quarterly v2 n1" type: "issue" url: "http://localhost/issue/sq-syntax-quarterly-v1-n2/" pages: "24-25" pubdate: "Spring 1983" archive_link: false volumeissue: "v2n1" --- # Simultaneous Linear Equations and Matrix Inversion Solve simultaneous linear equations or invert N*N matrices by forward and backward row reduction.