필터 지우기
필터 지우기

expm_multiply in MATLAB

조회 수: 2 (최근 30일)
Pranav Gupta
Pranav Gupta 2019년 5월 3일
I wish to calculate exp(At)v for a complex symmetric matrix A and a vector (or bunch of vectors) v.
expm is a great tool, but I am hoping to be faster (and more accurate?) by using something like expm_multiply(A,b), where I directly calculate exp(At)B, rather than computing expm(A) and then multiplying by B. Is there a MATLAB function for this kind of an expm operation?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by