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 years 前 | 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 years 前 | 1 个回答 | 0
