Jun 6, 2021 #1 A akerkarprashant Junior Member level 3 Joined Nov 24, 2020 Messages 31 Helped 0 Reputation 0 Reaction score 0 Trophy points 6 Activity points 203 Google Search Can we compute inverse of a Matrix having Surds values? Example : 2*2 matrix having values as 2√3, 3√2, 4√3, 5√2 Thanks & Regards, Prashant S Akerkar
Google Search Can we compute inverse of a Matrix having Surds values? Example : 2*2 matrix having values as 2√3, 3√2, 4√3, 5√2 Thanks & Regards, Prashant S Akerkar
Jun 6, 2021 #2 A albbg Advanced Member level 4 Joined Nov 7, 2009 Messages 1,326 Helped 448 Reputation 898 Reaction score 409 Trophy points 1,363 Location Italy Activity points 10,143 Yes, of course if the matrix is invertible, i.e. determinant <> 0 In your case (I suppose you mean a11=2√3, a12=3√2, a21=4√3, a22=5√2) determinant = -2√6 then the matrix is invertible obtaining: (-1/2√6)*[ 5√2, -3√2; -4√3, 2√3] Last edited: Jun 6, 2021 Upvote 0 Downvote
Yes, of course if the matrix is invertible, i.e. determinant <> 0 In your case (I suppose you mean a11=2√3, a12=3√2, a21=4√3, a22=5√2) determinant = -2√6 then the matrix is invertible obtaining: (-1/2√6)*[ 5√2, -3√2; -4√3, 2√3]
Jun 9, 2021 #3 P Prashantakerkar Member level 4 Joined Apr 19, 2018 Messages 71 Helped 0 Reputation 0 Reaction score 1 Trophy points 8 Activity points 479 Thank you. Is it possible to compute the inverse of a matrix 3*3, 4*4, 5*5,6*6,7*7,8*8. Lets take a example of a Chess board which is 8*8 matrix. Can we compute the inverse of a 8*8 matrix? Thanks & Regards, Prashant S Akerkar Upvote 0 Downvote
Thank you. Is it possible to compute the inverse of a matrix 3*3, 4*4, 5*5,6*6,7*7,8*8. Lets take a example of a Chess board which is 8*8 matrix. Can we compute the inverse of a 8*8 matrix? Thanks & Regards, Prashant S Akerkar
Jun 9, 2021 #4 A albbg Advanced Member level 4 Joined Nov 7, 2009 Messages 1,326 Helped 448 Reputation 898 Reaction score 409 Trophy points 1,363 Location Italy Activity points 10,143 yes, you can compute the inverse of a square matrix regardless its dimension if it is invertible, that is having a determinant <> 0 Upvote 0 Downvote
yes, you can compute the inverse of a square matrix regardless its dimension if it is invertible, that is having a determinant <> 0