what is the mathematical notation equivalent to abs(A) for matrix A?

3 ビュー (過去 30 日間)
Michael
Michael 2013 年 3 月 7 日
I'm trying to write notes for my code and I want to know if there's a common notation which means what abs(A) does, ie. multiply every negative element by -1 and leave non-negative elements unchanged? (it's all real).
I don't think I've ever seen this before. Thanks for any help.
edit- this is using word 2010 so I have all the equation tools

回答 (2 件)

Babak
Babak 2013 年 3 月 7 日
編集済み: Babak 2013 年 3 月 7 日
in office you can type |A| as to represent abs(A)
  1 件のコメント
Michael
Michael 2013 年 3 月 9 日
編集済み: Michael 2013 年 3 月 9 日
Isn't | A | the notation for determinant?

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


Wayne King
Wayne King 2013 年 3 月 9 日
編集済み: Wayne King 2013 年 3 月 9 日

I agree with Michael that |A| is not the correct notation because this is most often used for the determinant. I do not believe there is an accepted notation for this.

I think the best you can do is to describe it. Perhaps you can refer to the elements of the matrix. "Form the matrix $Y$ from the elements of $X$, such that $Y_{ij} = X_{ij}$

カテゴリ

Help Center および File ExchangeOperating on Diagonal Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by