Feeds
已解决
Sum of self power series
The series, 1^1,2^2,3^3,4^4,.... Find the sum of such series when x terms are given.
10 months 前
已解决
Deriving a function using the difference quotient
Write a function that evaluates the derivative of a function in a given point using the well-know formula of the difference quot...
10 months 前
已解决
the average value of the elements
Calculate the average value of the elements in the array
10 months 前
已解决
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),....
11 months 前
已解决
Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.
11 months 前
已解决
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?
11 months 前
已解决
Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?
11 months 前
已解决
Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?
11 months 前
已解决
Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.
1 year 前
已解决
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
1 year 前
已解决
find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y
1 year 前
已解决
Sum of Arithmetic Progression
Given the starting number, difference and the number of terms - find the sum of the arithmetic progression.
1 year 前

