Link to home
Start Free TrialLog in
Avatar of john_t
john_t

asked on

Matrix discretisation routine in C

Looking for the EFFICIENT algorithm implimented in C.
Avatar of prashant_n_mhatre
prashant_n_mhatre

state-space matrices?
Avatar of john_t

ASKER

yes
If you have access to MATLAB, have a look at MATLAB c2d command. They use matrix discretization using matrix exponentials but for you it will be very difficult to implement.

I know 3 routines do this. The good one is in Fortran (not in C) and it is easy to understand. I'll get it tomorrow.
ASKER CERTIFIED SOLUTION
Avatar of prashant_n_mhatre
prashant_n_mhatre

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial