Second order unit matrix square root algorithm Find a second order matrix X, so that its square is equal to the second order identity matrix, please give the algorithm Note: this problem is a numerical method problem, only need algorithm ideas, do not need code, Another problem is as follows: A and B are known matrices of NxN respectively, and finding the unknown matrix of NxN such that axa-xb = I (identity matrix) is also a numerical algorithm The two questions are very similar. They are well done, It's the best way to solve the problem in MATLAB,

Second order unit matrix square root algorithm Find a second order matrix X, so that its square is equal to the second order identity matrix, please give the algorithm Note: this problem is a numerical method problem, only need algorithm ideas, do not need code, Another problem is as follows: A and B are known matrices of NxN respectively, and finding the unknown matrix of NxN such that axa-xb = I (identity matrix) is also a numerical algorithm The two questions are very similar. They are well done, It's the best way to solve the problem in MATLAB,

I didn't understand the second question