photo

Rosa


Last seen: 10 months 前 自 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 months 前 | 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 year 前

已解决


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

1 year 前