photo

Kel


Last seen: 4개월 전 2024년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


Incorrect number or types of inputs or outputs for function perturb.
n = 100; A = rand(n); AInv = inv(A); x = ones(n, 1); b = A * x; bTilde = perturb(b, 1e-10); xApp = A\b; xTildeApp =...

4개월 전 | 답변 수: 1 | 0

1

답변