Solved


GCD

bijna 4 jaar ago

Problem


GCD

bijna 4 jaar ago | 1 | 29 solvers

Problem


Last Digit of fibonacci number

bijna 4 jaar ago | 3 | 26 solvers

Solved


Pixel density
<https://en.wikipedia.org/wiki/Pixel_density Pixel density> tells us how many pixels we can find within a unit of length. And a...

bijna 4 jaar ago

Solved


Determine the factorial of a number

bijna 4 jaar ago

Solved


Determine whether a number is a cluster prime
A <https://mathworld.wolfram.com/ClusterPrime.html cluster prime> is an odd prime number _p_ such that all even numbers less tha...

ongeveer 4 jaar ago

Solved


Identify Wagstaff primes
The numbers 3, 43, and 2731 are examples of <https://mathworld.wolfram.com/WagstaffPrime.html Wagstaff primes>. Write a func...

ongeveer 4 jaar ago

Solved


Area of a pentagon
Given the side of a regular pentagon and its apothem return the area of pentagon. Remember the area of pentagon is calculate ...

ongeveer 4 jaar ago

Solved


Compute the harmonic numbers
The nth <https://mathworld.wolfram.com/HarmonicNumber.html harmonic number> is defined as the sum of the reciprocals of the inte...

ongeveer 4 jaar ago

Solved


Compute the perimeter of an ellipse
While the area of an ellipse is straightforward to compute, the perimeter (or circumference) is more complicated. The perimeter ...

ongeveer 4 jaar ago

Solved


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

ongeveer 4 jaar ago

Solved


Median computation (★★★)
See easy edition of this problem. However, now you must compute the median of any real-valued vector without using the in-built...

ongeveer 4 jaar ago

Solved


Flag a convertible string
If a string is able to be entirely converted to an integer, return a "true" flag. Otherwise, return a false flag. For example: ...

ongeveer 4 jaar ago

Solved


Median computation (★)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...

ongeveer 4 jaar ago

Solved


Variance computation (★★★)
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

ongeveer 4 jaar ago

Solved


How to locate the position of an element in a vector without using the find function
(copy of prob 105 with test for find function) Write a function posX = *locatePos* (x,y) which returns the location o...

ongeveer 4 jaar ago

Solved


Variance computation (★)
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

ongeveer 4 jaar ago

Solved


counting sequence
A counting sequence is formed by "counting" the entries in a given sequence.

ongeveer 4 jaar ago

Solved


sumdigits
function [p1,p2] = goldbach(n) for p1 = 1:n if isprime(p1) p2 = n - p1; if isprime(p2) re...

ongeveer 4 jaar ago

Solved


Mile to Kilometer
x is mile and y is km

ongeveer 4 jaar ago

Solved


Watt
Ampere x Volt = Watt

ongeveer 4 jaar ago

Solved


Polygon Interior Angle Sum
Theorem is (n−2)x180°

ongeveer 4 jaar ago

Solved


Percentage
There is x liter water and y gram => z is percentage of salt in water

ongeveer 4 jaar ago

Solved


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

ongeveer 4 jaar ago

Solved


find the stepnumber?
you can find the stepnumber.

ongeveer 4 jaar ago

Solved


how tall are you?
you can find the length wit this code.

ongeveer 4 jaar ago

Solved


Given A4 sizes find A3's long side
I think you know the relation between A3 and A4 paper so givens are sides of A4 x1=long side of A4 y1=short side of A4 y2 is ...

ongeveer 4 jaar ago

Solved


Volume of Equilateral Triangle Prism
Find volume of equilateral triangle prism x = side of triangle l = length of prism

ongeveer 4 jaar ago

Solved


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

ongeveer 4 jaar ago

Solved


Volume of Cylinder
Find the volume of a cylinder

ongeveer 4 jaar ago

Load more