※ 引述《mqazz1 (無法顯示)》之銘言:
: [ a b c ]
: A = [ d e f ]
: [ g h i ]
: [ a 1/2b 1/4c ]
: D^(-1) A D = [ 2d e 1/2f ]
: [ 4g 2h i ]
: D is diagonal matrix
: 求 D = ?
: 請問這題要怎麼求呢?
: 謝謝
[x 0 0] [1/x 0 0 ]
假設D=[0 y 0] ,則D^(-1)=[0 1/y 0 ]
[0 0 z] [0 0 1/z ]
[1/x 0 0 ] [ax by cz] [a by/x cz/x]
D^(-1) A D = [0 1/y 0 ] [dx ey fz] = [dx/y e fz/y]
[0 0 1/z ] [gx hy iz] [gx/z hy/z i ]
x:y:z=4:2:1
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 111.243.153.172