photo

tbaracu


Politehnica/UTCB

Last seen: ongeveer 4 jaar ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
166.543
of 297.503

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.017

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

  • Explorer
  • First Review

View badges

Feeds

View by

Answered
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...

meer dan 4 jaar 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 ...

meer dan 4 jaar ago | 3 answers | 0

3

answers

Question


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 -...

ongeveer 5 jaar ago | 0 answers | 0

0

answers