Gelöst


Triangle???
Calculate the circumference of an equilateral triangle with x

mehr als 6 Jahre vor

Gelöst


Perimeter of a square!
Calculate the circumference of the square whose side is n

mehr als 6 Jahre vor

Gelöst


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

mehr als 6 Jahre vor

Gelöst


check whether a number is a pentatope number
https://en.wikipedia.org/wiki/Pentatope_number

mehr als 6 Jahre vor

Gelöst


generate nth pentatope number
https://en.wikipedia.org/wiki/Pentatope_number

mehr als 6 Jahre vor

Gelöst


Determine whether a given point is inside or outside a polygon
A closed polygon may be described by an N x 2 array of nodes, where the last node and the first node are the same. Each row of ...

mehr als 6 Jahre vor

Gelöst


Calculate the area of a circle
Given a circle of diameter x calculate its area

mehr als 6 Jahre vor

Gelöst


Quadratic equation
given three inputs (a, b, c) for the equation a*x^2+b*x+c=0; return 1 if the roots are complex (non zero imaginary), and 0 if th...

mehr als 6 Jahre vor

Gelöst


Check if integer is a prime number
Check if integer i is a prime number. Returns logical true '1' if it is.

mehr als 6 Jahre vor

Gelöst


Check if number is a square number
Test if integer i is a square number. Return logical true if it is.

mehr als 6 Jahre vor

Gelöst


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

mehr als 6 Jahre vor

Gelöst


Duplicate all elements in the array
Duplicate all elements in the array

mehr als 6 Jahre vor

Gelöst


Given a vector x, return vector y with all negative elements from the vector x.
Given a vector x, return vector y with all negative elements from the vector x if x has negative elements. Otherwise return 0. ...

mehr als 6 Jahre vor

Gelöst


The length of the equal sides of an isoceles triangle is 'a'.For all the possible (integer) values of the remaining side,find the associated angles between the two equal sides.
the remaining side may have many possible values.only assume integer ones for simplicity.

mehr als 6 Jahre vor

Gelöst


An n-sided regular polygon is drawn within a circle whose radius is 'r', what will be the area of the polygon?
area of a polygon is p*a/2. where, p is the perimeter and a is the apothem i.e. the normal distance from center to any of the ...

mehr als 6 Jahre vor

Gelöst


Check prime numbers
Let x, return 1 if x is a prime number, 0 otherwise e.g x = 7, return y =1; x = 6 return y = 0;

mehr als 6 Jahre vor

Gelöst


Square
square root of x

mehr als 6 Jahre vor

Gelöst


factorial
calculate x!

mehr als 6 Jahre vor

Gelöst


wipe out!
make all the elements in given x zero.

mehr als 6 Jahre vor

Gelöst


true or false
if the matrix has a zero, return true. else, return false

mehr als 6 Jahre vor

Gelöst


Free passes for everyone!
_Simply return the name of the coolest numerical computation software ever_ *Extra reward* (get a _freepass_): Once a mont...

mehr als 6 Jahre vor

Gelöst


to the 2 all elements
to the 2 all elements

mehr als 6 Jahre vor

Gelöst


square a number twice with square root of 4/5
square a number twice with square root of 4/5

mehr als 6 Jahre vor

Gelöst


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

mehr als 6 Jahre vor

Gelöst


Chào các bạn.
Cho 3 số. Tính tổng của chúng

fast 7 Jahre vor

Gelöst


Generalised Hamming Number
Inspired by Project Euler n°204 and Problem 1308 by James A generalised Hamming number of type n, has no prime factor larger ...

fast 7 Jahre vor

Gelöst


Calculate BMI
Given a matrix |hw| with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 inch = 2.54 centimet...

fast 7 Jahre vor

Gelöst


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

fast 7 Jahre vor

Mehr laden