matrix-multiplication

Matlab - Solving a system of 2 matricial equations : building each element of matrix solution

时光怂恿深爱的人放手 提交于 2020-12-15 01:51:37
问题 With Matlab, I have a matrix solution to find from 2 matricial equations (size matrix is 7x7). Here the 2 equations to solve with " a " and " b " are the unknow matrices and where F1, F2, P1 and P2, D, D2, D are known. Solving "a" and "b" would allow me to build a new matrix P = a . P1 + b . P2 . (remark : D matrix is equal to : D = a.a.D1 + b.b.D2 with D1and D2 diagonal matrices) : a.a + a.P1.b.P2^T + b.P2.a.P1^T + b.b - Id = 0 (equation 1) F1.a.P1 + F1.b.P2 + F2.a.P1 + F2.b.P2 − (a.P1 + b

Matlab - Solving a system of 2 matricial equations : building each element of matrix solution

女生的网名这么多〃 提交于 2020-12-15 01:50:32
问题 With Matlab, I have a matrix solution to find from 2 matricial equations (size matrix is 7x7). Here the 2 equations to solve with " a " and " b " are the unknow matrices and where F1, F2, P1 and P2, D, D2, D are known. Solving "a" and "b" would allow me to build a new matrix P = a . P1 + b . P2 . (remark : D matrix is equal to : D = a.a.D1 + b.b.D2 with D1and D2 diagonal matrices) : a.a + a.P1.b.P2^T + b.P2.a.P1^T + b.b - Id = 0 (equation 1) F1.a.P1 + F1.b.P2 + F2.a.P1 + F2.b.P2 − (a.P1 + b

Matlab - Solving a system of 2 matricial equations : building each element of matrix solution

旧城冷巷雨未停 提交于 2020-12-15 01:46:15
问题 With Matlab, I have a matrix solution to find from 2 matricial equations (size matrix is 7x7). Here the 2 equations to solve with " a " and " b " are the unknow matrices and where F1, F2, P1 and P2, D, D2, D are known. Solving "a" and "b" would allow me to build a new matrix P = a . P1 + b . P2 . (remark : D matrix is equal to : D = a.a.D1 + b.b.D2 with D1and D2 diagonal matrices) : a.a + a.P1.b.P2^T + b.P2.a.P1^T + b.b - Id = 0 (equation 1) F1.a.P1 + F1.b.P2 + F2.a.P1 + F2.b.P2 − (a.P1 + b

Matlab - Solving a system of 2 matricial equations : building each element of matrix solution

丶灬走出姿态 提交于 2020-12-15 01:45:43
问题 With Matlab, I have a matrix solution to find from 2 matricial equations (size matrix is 7x7). Here the 2 equations to solve with " a " and " b " are the unknow matrices and where F1, F2, P1 and P2, D, D2, D are known. Solving "a" and "b" would allow me to build a new matrix P = a . P1 + b . P2 . (remark : D matrix is equal to : D = a.a.D1 + b.b.D2 with D1and D2 diagonal matrices) : a.a + a.P1.b.P2^T + b.P2.a.P1^T + b.b - Id = 0 (equation 1) F1.a.P1 + F1.b.P2 + F2.a.P1 + F2.b.P2 − (a.P1 + b