segun egbekunle
Followers: 0 Following: 0
Statistics
RANK
263.817
of 295.673
REPUTATION
0
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
0
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
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
Question
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...
meer dan 7 jaar ago | 0 answers | 0
0
answersQuestion
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(...
meer dan 7 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 7 jaar ago | 0 answers | 0
0
answersmatlab 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; ...
meer dan 8 jaar ago | 0
Question
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 ...
meer dan 8 jaar ago | 1 answer | 0
1
answermatlab code for iterative equation
x0=zeros(1,n)'; for k=1 :itmax+1 x= c + T*x; ...
meer dan 8 jaar ago | 0
Question
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]' ...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 8 jaar ago | 3 answers | 0
3
answersQuestion
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; ...
meer dan 8 jaar ago | 2 answers | 0