segun egbekunle
Followers: 0 Following: 0
Statistik
RANG
263.671
of 295.527
REPUTATION
0
ANTWORTZUSTIMMUNG
14.29%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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(...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
Antwortenmatlab 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; ...
mehr als 8 Jahre vor | 0
Frage
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 ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
Antwortmatlab code for iterative equation
x0=zeros(1,n)'; for k=1 :itmax+1 x= c + T*x; ...
mehr als 8 Jahre vor | 0
Frage
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]' ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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; ...
mehr als 8 Jahre vor | 2 Antworten | 0