Community Profile

photo

Ivor Horton


Last seen: fast 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort