photo

ephraim matloba


university of south africa

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
101,673
of 301,307

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,235

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,897

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


solve the following systems of equation, using A\b construct, as well as Gauss-seidel method with tolerance of 10^-7
(1) 2x1 - x2 + 3x3 = 8 4x1 + 2x2 - 5x3 = -9 6x1 + 3x2 + x3 = 12 (2) 10x1 + x2 +2x3 = 3 x1 + 10x2 - x3 = 1.5 2x1 +...

11 years ago | 0 answers | 0

0

answers

Question


Write a function file that takes as input a matrix A, and tests whether or not the matrix is (a) square, and (b) diagonally dominant, reporting the answers on the screen. Show that your code is correct by testing it for the matrix in question 2, as w
Write a function file that takes as input a matrix A, and tests whether or not the matrix is (a) square, and (b) diagonally dom...

11 years ago | 1 answer | 0

1

answer

Question


Help me with an M.file representation of the formula below.
F"(X)= d^2/dx^2 = [f(x+h) - 2f(x) + f(x-h)] / h^2 with h approaching Zero. Question: write an M. file that implement the formula...

11 years ago | 0 answers | 0

0

answers

Question


M.file implementing the formula below using either Mat-lab or octave
In the following, R can take any value between 5 and 6. Work out the value of I for R = 5.00, 5.01, 5.02, ..., and 6. Then find ...

11 years ago | 1 answer | 0

1

answer