Community Profile

photo

Mücahit Özalp


Last seen: 2 mois il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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 ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Block diagonal change the first and last blocks with some other matrices
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...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

presque 3 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 3 ans il y a | 2 réponses | 0

2

réponses