Community Profile

photo

Tobias Rubensson


Last seen: 約2年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How do I create a function that solves systems of linear equations of N size?
function [findV] = size(N) A=2*diag(ones(N,1))-diag(ones(N-1,1),1)-diag(ones(N-1,1),-1); F=[1:N]'; findV =A\F; end Is it po...

3年以上 前 | 1 件の回答 | 0

1

回答