How to compute matrix ^ -0.5

8 ビュー (過去 30 日間)
crixus
crixus 2017 年 4 月 16 日
コメント済み: Andrew Newell 2017 年 4 月 17 日
Hi, I would like to know how can I compute a matrix X^-0.5. I know that X^-1 is the inverse so in matlab should it be X^-0.5 or inv(X^0.5) ?
  2 件のコメント
David Goodmanson
David Goodmanson 2017 年 4 月 16 日
編集済み: David Goodmanson 2017 年 4 月 16 日
Hi c,
Matlab is short for Matrix Laboratory, and people can just try stuff out and see what happens. It's highly informative to take a small matrix like x = rand(5,5) and compare the results of two expressions above.
Andrew Newell
Andrew Newell 2017 年 4 月 17 日
And then you can try multiplying the square of the result by X.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by