photo

Ivor Horton


Last seen: 6年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
175,416
of 301,496

評判
0

コントリビューション
8 質問
0 回答

回答採用率
87.5%

獲得投票数
0

ランク
 of 21,302

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,859

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How can I get precise result?
I'm new to Matlab and I did some test. format longG a = [1 -1 -1 3; 2 -1 -3 1; 3 2 -5 2; 3 1 2 2] b = adjoint(a) a * b The ...

6年弱 前 | 1 件の回答 | 0

1

回答

1

回答

質問


How to do matrix equality testing for symbols?
In the documentation I found this example. A = [1+i 3 2 4+i]; B = [1 3+i 2 4+i]; A == B The result is: ans = 1x4 logical ar...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to apply latex \bar to multiple characters?
I want to apply \bar to "(A+B)" but it seems not work correctly. How can I do that?

6年弱 前 | 1 件の回答 | 0

1

回答

質問


What does this upperline mean?
I did a simple test. What does the lines above bs mean?

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Are there any built-in way to calculate inversions?
In Mathematica, there is a built-in function Inversions which counts the number of inversions in permutation. See the documen...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to use variable?
If I run det([1 2;3 4]) Matlab gives the result -2. I want to calculate det([a b;c d]) and how can I get the result ad - b...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to change Matlab display format to traditional form?
I'm new to Matlab and I'm trying the solve() function. However, the display format of my result is not the same as the docume...

6年弱 前 | 1 件の回答 | 0

1

回答