tbaracu
Politehnica/UTCB
Followers: 0 Following: 0
Statistics
RANK
199,188
of 295,527
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
4 years ago | 0
Question
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 ...
4 years ago | 3 answers | 0
3
answersQuestion
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 -...
4 years ago | 0 answers | 0