how to find matrix integral

1 次查看(过去 30 天)
Roohollah
Roohollah 2012-11-1
in my programming i find 6*6 matrix
i need to find exponential of matrix (expm(a*t)) , after that got result i try fo find convolution integral ,however matlab can not find it i tried vpa unfortunately i didn't get any answer !!
so how can i find convolution integral of matix or multiply matrix convolution integral ,

回答(1 个)

Gang-Gyoo
Gang-Gyoo 2012-11-2
You can calculate exp(at) using 'c2dm'. Refer to the following code. aa is what you want with a specific sampling time Ts.
a= [0 1;-1 -2]; Ts= 0.1;
[aa,bb,cc,dd]= c2dm(a,[],[],[],Ts)

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by