Gelöst


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

mehr als ein Jahr vor

Gelöst


Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

mehr als ein Jahr vor

Gelöst


Integer sequence - 2 : Kolakoski sequence
Get the n-th term of Kolakoski Sequence.

mehr als ein Jahr vor

Gelöst


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

mehr als ein Jahr vor

Gelöst


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

mehr als ein Jahr vor

Gelöst


Find Logic 16

mehr als ein Jahr vor

Gelöst


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

mehr als ein Jahr vor

Gelöst


Find Logic 15

mehr als ein Jahr vor

Gelöst


Find Logic 13

mehr als ein Jahr vor

Gelöst


Find Logic 12

mehr als ein Jahr vor

Gelöst


Find Logic 11

mehr als ein Jahr vor

Gelöst


Find Logic 10

mehr als ein Jahr vor

Gelöst


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

mehr als ein Jahr vor

Gelöst


Find Logic 8

mehr als ein Jahr vor

Gelöst


Find Logic 19

mehr als ein Jahr vor

Gelöst


Find Logic 17

mehr als ein Jahr vor

Gelöst


Find Logic 18

mehr als ein Jahr vor

Gelöst


An array is given. Find the unique elements of the array. [keep the sequence unchanged]
An array is given. Find the unique elements of the array. [keep the sequence unchanged] For example if input x=[2 ,4 , 9 ,2 ,...

mehr als ein Jahr vor

Gelöst


Sequence
Let S be a sequence of numbers Let Find for some , where and . Update - test suite cleaned up on 2-9-22

mehr als ein Jahr vor

Gelöst


Find Logic 7

mehr als ein Jahr vor

Gelöst


Find Logic 6

mehr als ein Jahr vor

Gelöst


Find Logic 4

mehr als ein Jahr vor

Gelöst


Find Logic 3

mehr als ein Jahr vor

Gelöst


Find Logic 1

mehr als ein Jahr vor

Gelöst


Numerical Integration
Input * |x0|, a real number greater than 0 Output * |I|, a numerical estimate of the integral x0 / I...

mehr als ein Jahr vor

Gelöst


Matrix with different incremental runs
Given a vector of positive integers a = [ 3 2 4 ]; create the matrix where the *i* th column contains the vector *1:a(i)...

mehr als ein Jahr vor

Gelöst


Increment up an input vector
Increment up an input vector by adding the indices to the vector values. For example, if an input vector is [3, 2, 6, 1, 6], the...

mehr als ein Jahr vor

Gelöst


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

mehr als ein Jahr vor

Gelöst


square root
Find the square root (y) of an input (x).

mehr als ein Jahr vor

Gelöst


Predicting life and death of a memory-less light bulb
*&#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &...

mehr als ein Jahr vor

Mehr laden