Resuelto


Cosine effect in solar power towers

más de 1 año hace

Resuelto


Exhaust all possible logical vectors
Input a length argument and list all possible logical vectors of that length. My solution is of size 29. Can you find an even s...

más de 1 año hace

Resuelto


Create the flag of Ramumbia
The little known nation of Ramumbia has a very simple flag. It is made up of vertical stripes, Red, Green, Blue, that are equall...

más de 1 año hace

Resuelto


Time reverse indices
Time reverse the index values as follows IndexIn = [7 1 0] IndexOut = [7 6 0] Note that the indices are zero based and so...

más de 1 año hace

Resuelto


Can you Jump?
You have been provided with input array of integers. You start with initial position at the first index of this input array, and...

más de 1 año hace

Resuelto


Determine if a number (x) is a power of another (n)
If the number x is indeed a power of n, then return true. Otherwise, return false. For example, if x = 9 and n =3, then pow = t...

más de 1 año hace

Resuelto


Cricket - Report the Result (Part II: Test Matches)
Given two scalar strings representing the scores for a test match, return a string reporting the result in the appropriate form:...

más de 1 año hace

Resuelto


Easy Sequences 2: Trigonometric function with integral input and output
The function 'F', defined as: , will always return an integer if the input is a natural number (in radian...

más de 1 año hace

Resuelto


Easy Sequences 1: Find the index of an element
The nth element of a series is defined by: . Obviously, the first element . Given the nth element , find the value of the corre...

más de 1 año hace

Resuelto


Remove Duplicates
Remove duplicates from the vector of integers and display in sorted order

más de 1 año hace

Resuelto


Find the Pattern
Find the pattern between input and output. Write a function that gives the correct output for any input. *Hint: magic*

más de 1 año hace

Resuelto


Create co-occurrence matrix

más de 1 año hace

Resuelto


Malus’ Law (theta) between polarizations

más de 1 año hace

Resuelto


Find the magnetic field in sollinoid

más de 1 año hace

Resuelto


Cricket - Is It LBW?
LBW has an unfair reputation as complicated. But if you've watched a third umpire referral, you'll know that it's just a logical...

más de 1 año hace

Resuelto


Previous Palindrome

más de 1 año hace

Resuelto


Next Palindrome

más de 1 año hace

Resuelto


Number Puzzles - 010

más de 1 año hace

Resuelto


Number Puzzles - 009

más de 1 año hace

Resuelto


Number Puzzles - 008

más de 1 año hace

Resuelto


Number Puzzles - 007

más de 1 año hace

Resuelto


Number Puzzles - 006

más de 1 año hace

Resuelto


Number Puzzles - 005

más de 1 año hace

Resuelto


Number Puzzles - 004
Give an example of three distinct numbers greater than 10 whose both product and sum are palindromes. The answer is not unique a...

más de 1 año hace

Resuelto


Find the number of primes less than input
Given an integer n, determine the number of primes less than or equal to n.

más de 1 año hace

Resuelto


Análisis código QR

más de 1 año hace

Resuelto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

más de 1 año hace

Resuelto


determine skid distance of car
Determine the distance a car skids to a stop given initial velocity (v) and time (t).

más de 1 año hace

Resuelto


Efficiency of a single phase Transformer
Calculate the efficiency of a single phase transformer whose KVA rating is A KVA, loading factor x,power factor p,full load copp...

más de 1 año hace

Resuelto


Simple Income Tax

más de 1 año hace

Cargar más