Statistik
2 Fragen
0 Antworten
RANG
61.650
of 301.237
REPUTATION
0
BEITRÄGE
2 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.206
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.611
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 13 Jahre vor | 1 Antwort | 0