Matrix exponential

버전 1.9.0.0 (9.63 KB) 작성자: Kenneth Johnson
Matrix exponential algorithm with improved numerical precision
다운로드 수: 415
업데이트 날짜: 2014/3/19

라이선스 보기

In the classical scale-and-square exponential algorithm, numeric precision is degraded by large diagonal terms in matrices that are nearly equal to the identity matrix. This variant algorithm separates out the identity matrix terms, preserving high precision with arbitrarily small scaling factors.
[Requires polyvalm_, File ID: #45786.]

인용 양식

Kenneth Johnson (2024). Matrix exponential (https://www.mathworks.com/matlabcentral/fileexchange/45724-matrix-exponential), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Matrix Exponential에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Updated test cases to use MATLAB R2014A. (Previous version used R2013A.)

1.8.0.0

Spelling error in comments.

1.7.0.0

Corrected output specification in comment header.

1.6.0.0

Replaced two corrupted comment lines.

1.5.0.0

Noted requirement for polyvalm_ in Description.

1.4.0.0

No change - just trying to fix a problem in File Exchange UI.

1.3.0.0

- Added minusI optional input.
- Revised p polynomial definition to include leading I term.
- Use polyvalm_ to do the polynomial evaluation.
- Use more robust method for setting m and s.
- Modified test cases in comment header.

1.2.0.0

Added acknowledgment of Federal support and disclaimer.

1.1.0.0

Added reference to another good test case in program comments.

1.0.0.0