What does Matlab have to offer for ill-conditioned inverse problems?
이전 댓글 표시
When solving for x in the linear problem Ax = b, there are regularization methods for solving (like Tikhonov for example) in the case when A is an ill conditioned matrix. In my case, pinv, lsqnonneg, deconvlucy as well as the naive solution with A\b all of them do not work. In python there are a module that has an iterative solution for Tikhonov regularization but in Matlab I wasn't able to find a similar function. Any help will be appreciated! :)
댓글 수: 3
Jayant Gangwar
2021년 7월 8일
You can take a look at the following example of Tikhonov regularization test for hilbert matrix to get some idea of how to do it in MATLAB.
Tanouir Aloui
2022년 4월 7일
Rondall
2024년 3월 16일
The automatically regularized solver, ARLS, has been available for nearly a year.
채택된 답변
추가 답변 (1개)
Rondall
2024년 3월 16일
0 개 추천
Try ARLS, a completely automatic regularizing solver.
It was added to MATLAB in 2023.
댓글 수: 2
John D'Errico
2024년 3월 16일
This is absolutely incorrect. It was NOT added to MATLAB.
It appears you posted it on the file exchange, a very different thing.
Rondall
2024년 3월 17일
Sorry... I meant AVAILABLE in MATLAB.
Try it.
Ron
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!