Community Profile

photo

Maximilian


TU München

Last seen: 約3年 前 2015 年からアクティブ

Followers: 0   Following: 0

連絡

統計

  • First Review
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

約8年 前

解決済み


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

8年以上 前