photo

ephraim matloba


university of south africa

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
0 답변

순위
254,884
of 301,653

평판
0

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,377

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,992

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변