Risolto


Find my lucky number
Write a function which returns my lucky number

oltre 9 anni fa

Risolto


Mean of a matrix
Determine numeric mean of a matrix

oltre 9 anni fa

Risolto


Binairy invert
given the unsigned 8-bit integer x, return the number y which is the binary inversion of x. For example if x is 5, y should b...

oltre 9 anni fa

Risolto


Chicken race
2 chickens, Pete and Fred, compete in a 100 meter race. Pete runs at a velocity of vp meter/second and Fred is slower, running ...

oltre 9 anni fa

Risolto


time difference
The arrays x and y contain time values in the form of: x = [hours minutes seconds] Create the output z which contains the...

oltre 9 anni fa

Risolto


Remove multiples of N
in the vector x remove all multiples of N. x = [1 2 3 4 5 6]; N = 2; Then y = [1 3 5];

oltre 9 anni fa

Risolto


Non trivial identities - complexification
Return x by complexifying it.

oltre 9 anni fa

Risolto


Non trivial identities - replication
Return x by replicating itself in any dimension.

oltre 9 anni fa

Risolto


Non trivial identities - open your eyes
Return x by using your eyes.

oltre 9 anni fa

Risolto


Non trivial identities - multiplication
Return x by multiplying it with a random number.

oltre 9 anni fa

Risolto


Non trivial identities - double negative
Return x after negating it.

oltre 9 anni fa

Risolto


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

oltre 9 anni fa

Risolto


Non trivial identities - polynomial
Return x as a polynomial of itself.

oltre 9 anni fa

Risolto


Sum of digits of powers of 2
Given n, first, calculate the number 2^n. Then, sum the digits that comprise that number. For example: Input: n = 7 2^n = ...

oltre 9 anni fa

Risolto


Odd row
Create a row 'y' with odd numbers where the range of numbers is given by 'x' and the space between them by 'm'. The first number...

oltre 9 anni fa

Risolto


Euclidean inter-point distance matrix
The Euclidean distance between two points in a p-dimensional space is a really common thing to compute in the field of computati...

oltre 9 anni fa

Risolto


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

oltre 9 anni fa