Community Profile

photo

Chris J


Last seen: plus d'un an il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
  • Solver

Afficher les badges

Feeds

Afficher par

A répondu
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...

environ 4 ans il y a | 0

| A accepté

A résolu


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

environ 4 ans il y a

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

A résolu


find nth even fibonacci number
1st even fibonacci number=2 ; 2nd even fibonacci number=8 ..

environ 4 ans il y a