Arbitrary real power of a matrix by Schur-Pade algorithm

버전 1.0.0.0 (4.6 KB) 작성자: Nick Higham
Computing an arbitrary real power of a square matrix by a Schur-Pade algorithm.
다운로드 수: 536
업데이트 날짜: 2011/2/24

라이선스 보기

X = POWERM_PADE(A,P) computes the P'th power X of the matrix A, for arbitrary real P and A with no nonpositive real eigenvalues, by the Schur-Pade algorithm. [X,NSQ,M] = POWERM_PADE(A, P) returns the number NSQ of matrix square roots computed and the degree M of the Pade approximant used.

If A is singular or has any eigenvalues on the negative real axis, a warning message is printed.

Function TEST.M runs a simple test of the codes.

Details on the underlying algorithms can be found in

N. J. Higham and L. Lin. A Schur--Pade algorithm for fractional powers of a matrix. MIMS EPrint 2010.91, Manchester Institute for Mathematical Sciences, The University of Manchester, UK, Oct. 2010; revised Feb. 2011.
http://eprints.ma.man.ac.uk/1589/

인용 양식

Nick Higham (2024). Arbitrary real power of a matrix by Schur-Pade algorithm (https://www.mathworks.com/matlabcentral/fileexchange/30527-arbitrary-real-power-of-a-matrix-by-schur-pade-algorithm), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Earth, Ocean, and Atmospheric Sciences에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0