統計
All
Feeds
回答済み
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...
約6年 前 | 0
| 採用済み
解決済み
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:...
約6年 前
質問
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...
約6年 前 | 1 件の回答 | 0
1
回答解決済み
find nth even fibonacci number
1st even fibonacci number=2 ; 2nd even fibonacci number=8 ..
約6年 前
