Express_as_exponent​ial_series

버전 1.1.0.0 (7.26 KB) 작성자: David H
Converts a symbolic expression S to the form S = sum_{k=1}^N c_k exp(b_k*t)
다운로드 수: 195
업데이트 날짜: 2014/6/24

라이선스 보기

This function is designed to convert a general expression into a sum of coefficients with exponential terms. This requires the use of the symbolic toolbox and is based mainly on character string logic, which may break down for complicated expressions.
The main motivation for such a series expression is to allow for the identification of fast rotating terms (applying a generalised rotating wave type approximation) and fast decaying terms in analytic time-correlation functions. This is also a very simple form for taking derivatives.

인용 양식

David H (2024). Express_as_exponential_series (https://www.mathworks.com/matlabcentral/fileexchange/46905-express_as_exponential_series), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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

Modified slightly to stop a bug when exponentials have no prefactor.

1.0.0.0