Risolto


GCD

quasi 4 anni fa

Problema


GCD

quasi 4 anni fa | 1 | 29 risolutori

Problema


Last Digit of fibonacci number

quasi 4 anni fa | 3 | 26 risolutori

Risolto


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

quasi 4 anni fa

Risolto


Determine the factorial of a number

quasi 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


Mile to Kilometer
x is mile and y is km

circa 4 anni fa

Risolto


Watt
Ampere x Volt = Watt

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


find the stepnumber?
you can find the stepnumber.

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


Volume of Cylinder
Find the volume of a cylinder

circa 4 anni fa

Carica altro