Feeds
질문
Matrix inverse using Cholesky decomposition
I have to find a way to calculate the inverse of matrix A using Cholesky decomposition. I understand that using Cholesky we can ...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Dirichlet problem on a rectangle - problem with 'numgrid'
I'm trying to use this function: function [x,y,T]= LaplaceExplicit(n,m,Dx,Dy) echo off; numgrid(n,m); R = 5.0; ...
9년 초과 전 | 답변 수: 1 | 0
