Community Profile

photo

Andres Calderon


Last seen: 2 years ago Active since 2021

Statistics

  • Community Group Solver
  • Solver

View badges

Content Feed

View by

Solved


Calculate the probability that at least two people in a group share the same birthday.
Calculate the probability that at least two people in a group share the same birthday. Given an integer input n, return to 0.015...

2 years ago

Solved


Sudoku square
We have a small Sudoku square, but one number is missing. x = [ 1 5 4 8 6 3 0 9 7 ] Make a function, wher...

2 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

2 years ago

Solved


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

2 years ago

Solved


Solve the set of simultaneous linear equations
Given this pair of simultaneous linear equations: 2x + 3y = 23 3x + 4y = 32 Find the solution set (x,y)

2 years ago

Solved


Projector Matrix
Write a function to determine whether or not the matrix is a projector. Projector matrices are defined as P^2 = P.

2 years ago

Solved


Is this matrix orthogonal?
Given a square matrix, a, determine whether it is orthogonal. INPUT: a, a n x n matrix OUTPUT: true or false

2 years ago

Solved


System of equations
Find a solution to a system of equations represented by a |n| by |n+1| matrix. For instance, [ 2 0 4; => 2*x = 4 ...

2 years ago

Solved


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

2 years ago

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

2 years ago

Solved


Converts numbers into characters
Converts numbers into characters

2 years ago

Solved


Find the max element of the array
Find the max element of the array

2 years ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

2 years ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

2 years ago

Solved


to the 2 all elements
to the 2 all elements

2 years ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

2 years ago

Solved


Double all elements in the array
Duplicate all elements in the array

2 years ago

Solved


calculate the length of matrix
input 1 array, calculate the length

2 years ago

Solved


Draw a '5' in a zero matrix!

2 years ago

Solved


Draw a '2' in a zero matrix!

2 years ago

Solved


Draw a '3' in a zero matrix!

2 years ago

Solved


Draw a '8' in a zero matrix!

2 years ago

Solved


Draw a '7' in a zero matrix!

2 years ago

Solved


Draw a '9' in a zero matrix!

2 years ago

Solved


Draw a '4' in a zero matrix!

2 years ago

Solved


Draw a '1' in a zero matrix!

2 years ago

Solved


Find the Pattern 10

2 years ago

Solved


Find the Pattern 3

2 years ago

Solved


Find the Pattern 2

2 years ago

Load more