フィルターのクリア

lowest common multiple (lcm) of more than two binary polynomials in matlab

1 回表示 (過去 30 日間)
Malik
Malik 2013 年 4 月 20 日
hello consider the binary array:
A =
1 0 0
0 1 0
0 0 1
1 0 1
1 1 1
1 1 0
0 1 1
1 0 0
I want to take the lcm of all odd rows of this array upto 2x where x = 3. which means i need to take the lcm for the 1st, 3rd and 5th rows.
But i need a generic code that can apply to ny x and A as both may be different. (whatever A and x i give, the lcm for odd rows of A upto 2x should be obtained.
  2 件のコメント
Image Analyst
Image Analyst 2013 年 4 月 20 日
Which of the 63 definitions of lcm listed here http://www.acronymfinder.com/LCM.html is the one you're talking about? I usually hear about it as "life cycle management."
Malik
Malik 2013 年 4 月 20 日
lowest common multiple

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

回答 (0 件)

カテゴリ

Help Center および File ExchangePolynomials についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by