- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » exponential function of matrices
Page Start Prev 1 Next End
exponential function of matrices
exponential function of matrices
Mar-09-11 12:42:00
Hi,
We are trying to find the exponential of a matrix and we are not able to find the solution to the errors we are getting. The following is the code we tried
model test_exp
Real A[3,3];
Real B[3,3];
equation
A=[1,2,3;4,5,6;7,8,9];
B=Modelica.Math.Matrices.exp(A);
end test_exp;
Please help on this
John
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » exponential function of matrices
There are 0 guests and 0 other users also viewing this topic