Statistica
11 Domande
0 Risposte
RANK
140.737
of 300.364
REPUTAZIONE
0
CONTRIBUTI
11 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
45.45%
VOTI RICEVUTI
0
RANK
of 168.407
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
Column indexing with condition
I have two matrices A = [1, 0, 0; 0, -2, 0; 0, 0, -3]; B =[1, 2, 3; 4, 5, 6; 7, 8, 9]; I need to...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
SVD computation using eig function
I'm trying to find the Singular Value Decomposition of a rectangular matrix by calculating the eigenvalues and eigenvectors of a...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Eigenvectors and the null function
I have a matrix D and I want to find eigenvectors using the null-function and known eigenvalues: D = [2 -1; -1 3]; ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Divide and conquer SVD algorithm
I'm trying to implement Divide and Conquer SVD, but my code is not working. Can somebody help me fix it? Thanks. EDIT: Note t...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Sum of series with a variable
I have the function , where are i-th components of given vectors respectively. I need to implement it Matlab and find the root...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Does there exist a QL decomposition?
I've read about the QR-decomposition and I wonder if there is an algorithm that does the factorization is a lower triangular ma...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Givens rotation QR decomposition
I'm trying to create a function that computes the Givens Rotation QR decomposition, following this pseudo-code. function [...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Plot doesn't show anything
I'm trying to plot the orbit diagram of the logistic map, but the plot doesn't show anything. There are no error messages, so I'...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Computational time of qr, svd and eig?
How does the time for qr depend on the dimensions of the matrix m and n (does it depend on on the type of linear systems: overd...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How does the time for the backslash operator depend on the type of linear systems?
How does the time for the backslash operator depend on the type of linear systems (overdetermined and underdetermined)? Does it...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
How to generate random matrices that are rank-deficient by generating their SVD first?
How to generate random matrices that are rank-deficient by generating their SVD first?
oltre 6 anni fa | 1 risposta | 0
