Solved


Energy Conversion 1

5 months ago

Solved


Area Conversion 2

5 months ago

Solved


Mass Conversion 2

5 months ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

5 months ago

Solved


Temperature Conversion 2

5 months ago

Solved


Temperature Conversion 1

5 months ago

Solved


Specific Element Count
Given a vector _v_ and a element _e_, return the number of occurrences of _e_ in _v_. Note: NaNs are equal and there may be n...

5 months ago

Solved


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

5 months ago

Solved


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

5 months ago

Solved


Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...

5 months ago

Solved


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

5 months ago

Solved


Sum of series VIII

5 months ago

Solved


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

5 months ago

Solved


Find Logic 11

5 months ago

Solved


Find Logic 13

5 months ago

Solved


Find Logic 7

5 months ago

Solved


Find Logic 10

5 months ago

Solved


Find Logic 1

5 months ago

Solved


Find Logic 8

5 months ago

Solved


Find Logic 6

5 months ago

Solved


Find Logic 4

5 months ago

Solved


Find Logic 15

5 months ago

Solved


Find Logic 3

5 months ago

Solved


Find Logic 17

5 months ago

Solved


Find Logic 18

5 months ago

Solved


Find Logic 19

5 months ago

Solved


Find Logic 23

5 months ago

Solved


Find Logic 22

5 months ago

Solved


Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...

5 months ago

Solved


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

5 months ago

Load more