Pizza order
A pizza order by phone in diameter d1, pizza will be make only in diameter d2.
Return the pizza pieces p should be make.(pizza ...
2 years ago
Solved
*Prime number check 2 (in construction)
Another way to see if a number is prime is to count the number of factors. For example,
the number 4 has 2 factors, [ 2 4 ]...
Dealing with correlation results!
In this problem we would like to transform correlation coefficient MATRIX to a VECTOR which includes only unique elements of coe...
2 years ago
Solved
Sky full of stars - 03
draw the following pattern with asterisks. For example, for n=6
'************'
'***** *****'
'**** ****'
...
2 years ago
Solved
Aquiles y la tortuga
Contaba Zenón en su famosa paradoja que un día Aquiles, el guerrero griego más veloz de la Hélade, se enfrentó a una pequeña tor...
2 years ago
Solved
Count digits
Count total number of digits from 1 to n.
* n=13
* output=17
since from [1-9] total 9 digits.[10-13] total 4*2=8 digits.
2 years ago
Solved
Siren frequency and Doppler effect.
The Doppler effect is described on OpenStax University Physics at https://openstax.org/books/university-physics-volume-1/pages/1...
2 years ago
Solved
La derivada numérica
El concepto de pendiente o inclinación de una función recta es muy intuitivo para cualquier persona. Desde el punto de vista mat...
2 years ago
Solved
Form Blocks in a 1D array
Lets say I have an array of size (10,1);
I want to divide it into the num number of blocks which are given by user
no_of_b...
Area of Cylindrical Shell
Consider a cylinder with a non-zero thickness with an inner radius of r1 and an outer radius of r2. If the height of the cylinde...