Community Profile

photo

Edgar Gago Carrillo


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Contacto

Estadísticas

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

Ver insignias

Feeds

Ver por

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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.

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace