I would like to compute the arccos for a matrix. I know when I want to find log(), exp(), and sqrt () for a matrix , we use logm(A), expm(A) and sqrtm(A) where A is a matrix.
I want to find the following:
so, Is it correct to compute it like this ? Or we need to use arccosm(sqrtm(A)\eye(n))? Thank you.
2 件のコメント
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/559580-how-to-compute-arccos-for-a-matrix#comment_924986
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/559580-how-to-compute-arccos-for-a-matrix#comment_924986
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/559580-how-to-compute-arccos-for-a-matrix#comment_925115
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/559580-how-to-compute-arccos-for-a-matrix#comment_925115
サインインしてコメントする。