photo

Rosa


Last seen: 10ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


¿Qué significa la matriz que devuelve la función chol(A), si A es definida positiva pero no es simétrica?
A=[4 2;1 3]; chol(A) ans = 2.0000 1.0000 0 1.4142

10ヶ月 前 | 2 件の回答 | 0

2

回答

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

1年以上 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

1年以上 前