Estadística
4 Problemas
155 Soluciones
CLASIFICACIÓN
N/A
of 301.511
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.308
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
3.068
of 174.936
CONTRIBUCIONES
4 Problemas
155 Soluciones
PUNTUACIÓN
1.175
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
casi 11 años hace
Problema
row removal
Consider a matrix and remove the first row of the matrix.
casi 11 años hace | 4 | 402 solvers
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
casi 11 años hace
Resuelto
Sum of series of numbers
Find the sum of numbers from 1-50 using for loop.
casi 11 años hace
Problema
Sum of series of numbers
Find the sum of numbers from 1-50 using for loop.
casi 11 años hace | 0 | 20 solvers
Resuelto
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
casi 11 años hace
Resuelto
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
casi 11 años hace
Resuelto
Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239
casi 11 años hace
Resuelto
Double colon operator: Counting up
* Construct a row array countValues from 1 to endValue, using the double colon operator. Ex: If endValue is 5, countValues s...
casi 11 años hace
Resuelto
Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.
casi 11 años hace
Resuelto
metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...
casi 11 años hace
Resuelto
Find the realtion between x and y
x=1 then y=3, x=2 then y=7, x=3 then y=13,
casi 11 años hace
Problema
Find the realtion between x and y
x=1 then y=3, x=2 then y=7, x=3 then y=13,
casi 11 años hace | 0 | 23 solvers
Resuelto
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
casi 11 años hace
Resuelto
Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative
casi 11 años hace
Resuelto
Was ist denn los?
Nur für deutschsprechende Leute! Wie geht's? ...also gut, bis bald!
casi 11 años hace
Resuelto
Find relation between x and y.
if 1 = 2 2 = 9 3 = 28 How is x related with y?
casi 11 años hace
Resuelto
Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...
casi 11 años hace




