From: Faisal Rahman on 23 Mar 2010 13:11 I need to install the m file that will let me calculate the following A = [1 -3 -2; -1 1 -1; 2 4 5] [V, J] = jordan(A) V\A*V Unfortunately I don't have the m file that will calculate the above. I have an older release R12. Thanks
From: Steven Lord on 23 Mar 2010 13:28 "Faisal Rahman" <frahman8(a)yahoo.com> wrote in message news:hoasnp$ru5$1(a)fred.mathworks.com... >I need to install the m file that will let me calculate the following > > A = [1 -3 -2; -1 1 -1; 2 4 5] > [V, J] = jordan(A) > V\A*V > > Unfortunately I don't have the m file that will calculate the above. I > have an older release R12. I believe even back in release R12 the JORDAN function was part of Symbolic Math Toolbox. You will need to obtain this toolbox in order to use it, or will need to implement your own Jordan canonical form function. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: Concurrent Simulink-simulations Next: Changing negative sign |