photo

segun egbekunle


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
2 답변

순위
124,141
of 300,472

평판
0

참여
7 질문
2 답변

답변 채택
14.29%

획득한 표
0

순위
 of 21,012

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 169,263

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


How do i define Ak where Ak depends on function after it
for i=1 Ai=A % input matrix A for k=2:n-1 For i=k-1:n-1 Ak= Ei(2:n,2:n) Ei= I(n-i+1,n-i+1)+Mi Mi...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Matlab code to perform a loop
Please I need matlab code to transform a matrix A(nxn) to another matrix B following the steps shown function [x]=semitn(...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Convertion of maple program to matlab code
The program below convert matrix A of n by n to another B. I need help to convert to Matlab code. New P :=Delete column(DeleteR...

8년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
matlab code for iterative equation
i have modified my previuos answer to num_previous = 2; xold = nan(1, num_previous); for k = 1 : itmax + 1; x= c + T*x; ...

9년 초과 전 | 0

질문


matlab code for preconditioner P
Matlab code for preconditioner P Given a linear equation of the form Ax=b For example where A=[6 2 4;3 4 3; 3 1 2] and b=[26 ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
matlab code for iterative equation
x0=zeros(1,n)'; for k=1 :itmax+1 x= c + T*x; ...

9년 초과 전 | 0

질문


matlab code to obtain thenew right hand side b of a linear equation after transforming the matrix A to another matrix
Solving linear equations Given a linear equation of the form Ax=b For example where A=[6 2 4;3 4 3; 3 1 2] and b=[26 19 13]' ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


matlab code for iterative equation
Please I need matlab code to solve this iterative equation X (k+1)= c+ Tx(k) For k=0,1,2,3… with the input value c, T and x an...

9년 초과 전 | 답변 수: 3 | 0

3

답변

질문


matlab code to transform linear systems to strictly diagonally dominant matrix
I need matlab syntax to transform a linear system Ax=b to strictly diagonally dominant matrix. For example given A=[6 5 7; ...

9년 초과 전 | 답변 수: 2 | 0

2

답변