Statistica
4 Domande
                        0 Risposte
RANK
155.719
                          
                          
of 300.381
                        
REPUTAZIONE
0
                           
                        
CONTRIBUTI
                          4 Domande
                          0 Risposte
ACCETTAZIONE DELLE RISPOSTE 
                            75.0%
                        
VOTI RICEVUTI
0
RANK
of 168.477
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
Overflow of fractional representations of floating point numbers?
So if I have a matrix of floating point numbers A, I know that I can make it symbolic: A = sym(A, 'f'); Now, each of th...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How to get vectors y such that y* A = 0?
I know that normally, you would do something like [W,D] = eig(A.') and then the rows of W.' are the left eigenvectors "y" of A s...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How to instantly substitute all the Ai_j of a symbolic matrix A?
I know that I can create a symbolic matrix A in the following way: >> A = sym('A', [3 3], 'real') A = [ A1_1...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
Why does eig(A) not return a symbolic array for my symbolic matrix A?
I have made a matrix C1 whose entries are all rationals formed from random numbers which I've casted with sym: sym(-10 + (10 + 1...
oltre 10 anni fa | 1 risposta | 0
