문제를 풀었습니다


Sum all integers from 1 to 2^x
Given a number x, your function must return the summation of all integers from 1 to 2^x.

거의 5년 전

문제를 풀었습니다


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

거의 5년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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?

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


Sum of series IX

거의 5년 전

문제를 풀었습니다


Sum of series VIII

거의 5년 전

문제를 풀었습니다


apply zero padding to a matrix

거의 5년 전

문제를 풀었습니다


convert binary string to vector!!!

거의 5년 전

문제를 풀었습니다


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

거의 5년 전

문제를 풀었습니다


Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...

거의 5년 전

문제를 풀었습니다


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),....

거의 5년 전

문제를 풀었습니다


Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...

거의 5년 전

문제를 풀었습니다


Select primes from the matrix.
Select primes from the matrix.

거의 5년 전

문제를 풀었습니다


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

거의 5년 전

문제를 풀었습니다


Is the paranthesis sequence balanced ?
Quantum mechanics and computer science are interested in <http://en.wikipedia.org/wiki/Bra%E2%80%93ket_notation bra-kets>. Today...

거의 5년 전

문제를 풀었습니다


Find offset of given matrix element from first matrix element
Given matrix m and an element of that matrix, return the offset from its first element. e.g. m=[11 2 34; 40 51 6; 87 8 109] el...

거의 5년 전

문제를 풀었습니다


imaginary results
Return the value of the imaginary number i to the power of input argument n.

거의 5년 전

문제를 풀었습니다


STOP that car!!!!!!

거의 5년 전

문제를 풀었습니다


triangle

거의 5년 전

문제를 풀었습니다


Squares inside a square!

거의 5년 전

문제를 풀었습니다


Total price with tax calculation for (m) items and price (p)

거의 5년 전

문제를 풀었습니다


Flow rate in a pipe

거의 5년 전

문제를 풀었습니다


what do we have here(very briefLy) ???

거의 5년 전

문제를 풀었습니다


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

거의 5년 전

문제를 풀었습니다


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

거의 5년 전

문제를 풀었습니다


Analyze observation data
Suppose you have the following data (A,B,C) in three-column format. A B C -------------------------- t=1 ...

대략 5년 전

문제를 풀었습니다


easy problem
Find the last element of the array

대략 5년 전

문제를 풀었습니다


Create times-tables (★★★)
(copy of prob 33) At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 ti...

대략 5년 전

문제를 풀었습니다


subtraction of two nos
given a and b, subtract and give the answer

대략 5년 전

더 보기