photo

Scott Jones


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
61 687
of 301 454

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 287

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 632

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


Gaussian elimination only integers?
I'm trying to find a way to use matlab to only use integers it do gaussian elimnation. So far I have a code that works but it gi...

environ 13 ans il y a | 1 réponse | 0

0

réponse

Question


How would i modify this script If i wanted to do integer only Gaussian elimination on a system of linear equations (Ax=b)?
function [x] = IntegerGaussrevised(A,b) n = size(A,1); %getting n A = [A,b]; %produces the augmented matrix ...

plus de 13 ans il y a | 1 réponse | 0

1

réponse