Gaussian Elimination help in getting upper triangular matrix

4 vues (au cours des 30 derniers jours)
Wale Omole
Wale Omole le 19 Nov 2015
programming in MATLAB that could work with any size of N*N 2D matrix where N>1. The values for the coefficients and dependent values (the right hand side column vector) should be represented as matrices in MATLAB. You should write a M-file (script or function) that computes and displays the upper triangular matrix. Your code should then use the upper triangular matrix to solve the set of linear simultaneous equations. You are given some test equations below. You should be able to demonstrate that you code can solve these equations.
a +2b+3c +2d +e = 24

Réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by