Community Profile

photo

Edgar Gago Carrillo


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 3
  • Solver
  • First Submission

バッジを表示

Feeds

表示方法

解決済み


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

3年以上 前

解決済み


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

3年以上 前

解決済み


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

3年以上 前

解決済み


Area of a circle
Find the value for area of the circle if diameter is given

3年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3年以上 前