Sparse (1-3)D Laplacian on a rectangular grid with exact eigenpairs.
软件应用简介

Example, compute everything for 3D negative Laplacian with mixed boundary conditions:
[lambda,V,A] = laplacian([100,45,55],{‘DD’ ‘NN’ ‘P’}, 20);
Compute only the eigenvalues:
lambda = laplacian([100,45,55],{‘DD’ ‘NN’ ‘P’}, 20);
Compute the matrix only:
[~,~,A] = laplacian([100,45,55],{‘DD’ ‘NN’ ‘P’});
界面展示

结果示意

规格 价
0元试用 |
---|
0.0元人民币/月 |
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!