How do I integrate a matrix in MATLAB:
A=[1,2;3,4];
B=[2*t;t^2];
i.e, how to compute:
integral{expm(A*s)*B(s)}ds
between the interval $[1,t]$?
The variable $t$ can be a symbolic parameter.
Thank you so much.
How do I integrate a matrix in MATLAB:
A=[1,2;3,4];
B=[2*t;t^2];
i.e, how to compute:
integral{expm(A*s)*B(s)}ds
between the interval $[1,t]$?
The variable $t$ can be a symbolic parameter.
Thank you so much.
Copyright © 2021 JogjaFile Inc.
Maybe you want to try this:
Let me know if this is helpful to you.
Cheers!