Mücahit Özalp
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
83.057
of 295.527
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
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
Deleting Some Specific Entries from a vector
I have vectors xa and yb. I want to write the entries of yb to xa which are not the ones -1,0,1,0.6,-0.6,0.8,-0.8 I apply this ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
some other matrices matrix
N=5; C=sparse(zeros(N-1)); C([1 end])=C([1 end])+1; B=speye(N-1); B([1 end])=B([1 end])-1/2; I have B and C matrices. I can...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Eigenvalue for a big matrix
I have a matrix 24990001 x 24990001 and I want to calculate the smallest 10 eigenvalues of this matrix. But I get out of memory ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Tridiagonal Matrix with subdiagonal and main diagonal is also matrix
I have two matrices A and B. I want A to be main diagonal and B to be my subdiagonals. How do I create such a matrix? By the way...
mehr als 3 Jahre vor | 2 Antworten | 0