Statistica
All
RANK
166.486
of 301.493
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
Speeding up 2D Finite Difference Matrix
I solved it here is my solution: U = reshape(x, [n,n]); u1 = [zeros([1,n]); diff(U, 1, 1)]; u2 = [zeros(n, 1), diff(U, 1, 2...
Speeding up 2D Finite Difference Matrix
I solved it here is my solution: U = reshape(x, [n,n]); u1 = [zeros([1,n]); diff(U, 1, 1)]; u2 = [zeros(n, 1), diff(U, 1, 2...
circa 6 anni fa | 0
| accettato
Risolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
circa 6 anni fa
Domanda
Speeding up 2D Finite Difference Matrix
I have two matrices B and D, where B is a matrix and D is a matrix defined as follows: with , where is the identity matrix an...
circa 6 anni fa | 1 risposta | 0
1
rispostaRisolto
find nth even fibonacci number
1st even fibonacci number=2 ; 2nd even fibonacci number=8 ..
circa 6 anni fa
