Community Profile

photo

Tobias Rubensson


Last seen: etwa 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort