我是剛?cè)腴T的,不知道是不是和矩陣相乘或者求轉(zhuǎn)置一樣,直接一個(gè)符號(hào)就可以實(shí)現(xiàn),但我查書沒(méi)有發(fā)現(xiàn)有,是不是要編程才能求逆?請(qǐng)高手指點(diǎn)!

熱心網(wǎng)友

It's easy!use command "inv".example:a=[1 2 0;0 3 4; 0 0 5];inv(a)then,you 'll get the result.