Solved


Append two matrix as shown below example
Append two matrix as shown below example A=[1 2; 3 4] and B=[5 6;7 8] Answer must be 1 2 5 6 3...

meer dan 3 jaar ago

Solved


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

meer dan 3 jaar ago

Solved


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

meer dan 3 jaar ago

Solved


Number of Circles in a Number
Given a number, return the number of closed 'circles' in the base 10 numerical representation. Note: the number 4 has no circ...

meer dan 3 jaar ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

meer dan 3 jaar ago

Solved


Generate Square Wave
Generate a square wave of desired length, number of complete cycles and duty cycle. Here, duty cycle is defined as the fraction ...

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

meer dan 3 jaar ago

Solved


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?

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


Breaking Out of the Matrix
Do you want to take the Red Pill, or the Blue Pill? If you take the Blue Pill, you will simply pass along to the next problem...

meer dan 3 jaar ago

Solved


Find the Pattern 4

meer dan 3 jaar ago

Solved


Find the Pattern 3

meer dan 3 jaar ago

Solved


Find the Pattern 2

meer dan 3 jaar ago

Solved


Find the Pattern 1

meer dan 3 jaar ago

Solved


Total energy

meer dan 3 jaar ago

Solved


Potential energy calculation

meer dan 3 jaar ago

Solved


Kinetic energy calculation

meer dan 3 jaar ago

Solved


Laws of motion 1

meer dan 3 jaar ago

Solved


Laws of motion 2

meer dan 3 jaar ago

Solved


Laws of motion 3

meer dan 3 jaar ago

Solved


Laws of motion 4

meer dan 3 jaar ago

Solved


Laws of motion 5

meer dan 3 jaar ago

Solved


Laws of motion 6

meer dan 3 jaar ago

Solved


Laws of motion 7

meer dan 3 jaar ago

Solved


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

meer dan 3 jaar ago

Solved


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Load more