the multiplicative inverse of 12 would be 1/12 because you would have to flip the number
Chat with our AI personalities
5 over 2
inverse means one over the number. i.e. the inverse of 4 is 1/4. These multiplied together gives 1 (4/4)
No. This is because absolute values are always positive. For example: |2|=2 absolute value Additive inverse means the opposite sign of that number so 2's additive inverse is -2. But sometimes if the number is -2 then the additive inverse equals the absolute value. therefore the answer is sometimes
5
You can factorize the matrix using LU or LDLT factorization algorithm. inverse of a diagonal matrix (D) is really simple. To find the inverse of L, which is a lower triangular matrix, you can find the answer in this link.www.mcs.csueastbay.edu/~malek/TeX/Triangle.pdfSince (A T )-1 = (A-1 )T for all matrix, you'll just have to find inverse of L and D.