Nov 15, 2006 #1 kit_714 Member level 4 Joined Jul 5, 2006 Messages 70 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 2,011 Hi All, how can i build my own m-file to perform the computation of an inverse of a matrix?? Remarks: 1. it can;t use the build in function in matlab.... 2. the dimension of the matrix is n by n...that;s means variable dimension Give me some hints if you have any ideas. Thanks a lot
Hi All, how can i build my own m-file to perform the computation of an inverse of a matrix?? Remarks: 1. it can;t use the build in function in matlab.... 2. the dimension of the matrix is n by n...that;s means variable dimension Give me some hints if you have any ideas. Thanks a lot
Nov 15, 2006 #2 lythanhthuan Member level 3 Joined May 18, 2006 Messages 67 Helped 6 Reputation 14 Reaction score 3 Trophy points 1,288 Location M.T.A-VN Activity points 1,718 kit_714 said: Hi All, how can i build my own m-file to perform the computation of an inverse of a matrix?? Remarks: 1. it can;t use the build in function in matlab.... 2. the dimension of the matrix is n by n...that;s means variable dimension Give me some hints if you have any ideas. Thanks a lot Click to expand... You can read book about Matlab before do your work . It's easy.
kit_714 said: Hi All, how can i build my own m-file to perform the computation of an inverse of a matrix?? Remarks: 1. it can;t use the build in function in matlab.... 2. the dimension of the matrix is n by n...that;s means variable dimension Give me some hints if you have any ideas. Thanks a lot Click to expand... You can read book about Matlab before do your work . It's easy.
Nov 15, 2006 #3 kit_714 Member level 4 Joined Jul 5, 2006 Messages 70 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 2,011 Reference book?? Any recommendations??? Thanks a lot as in urgent case