photo

tbaracu


Politehnica/UTCB

Last seen: mehr als 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

2 Fragen
1 Antwort

RANG
159.765
of 300.343

REPUTATION
0

BEITRÄGE
2 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

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 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Explorer
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Create FOR loop to insert the matrix elements row-wise
It should be something like Matlab after reading 1 5 7 9 initially considers the row matrix [ 1 5 7 9] then split it in two row...

etwa 5 Jahre vor | 0

Frage


Create FOR loop to insert the matrix elements row-wise
I want to create a matrix in an equivalent way as it is possible in C++: just to insert the elements one after the other with ...

etwa 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Jacobi method - I obtain the final solution, but the printed intermediary errors are wrong (zeros) ! Some intermediary steps of calculation are wrong or decayed.
% Jacobi method for systems of equations clc; close all; clear all n=4; % INPUT A=[6 2 1 2 ; 2 5 -1 1 ; 1 -1 5 -...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten