Mücahit Özalp
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
83.085
of 295.673
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 154.257
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 2 risposte | 0