Gelöst


Create an anti-identity matrix
Create an anti-identity matrix of given dimension. Examples n = 2 A = [0 1; 1 0] n = 3 A = [0 0 1; 0 1 0; 1 0 0...

fast 5 Jahre vor

Gelöst


determine the sum of the squares
if x = 4, the solution will be: y = 1^2+2^2+3^2+4^2=1+4+9+16 = 30.

fast 5 Jahre vor

Gelöst


sum all digits
input = 123456789, output = 1+2+3+4+5+6+7+8+9 = 45

fast 5 Jahre vor

Gelöst


Convert from Base 10 to base 5
Convert the input number from base 10 into base 5: for example: if a(in base 10)= 5 then a(in base 5)= 10

fast 5 Jahre vor

Gelöst


Tridiagonal matrix
Given vectors u and v, make a tri-diagonal symmetric matrix such that u is in the main diagonal and v is below and above diagona...

fast 5 Jahre vor

Gelöst


Number Puzzle - 119

fast 5 Jahre vor

Problem


Number Puzzle - 119

fast 5 Jahre vor | 1 | 23 Lösungsvorschläge

Gelöst


Number Puzzle - 118

fast 5 Jahre vor

Problem


Number Puzzle - 118

fast 5 Jahre vor | 1 | 19 Lösungsvorschläge

Gelöst


Draw a '4' in a zero matrix!

fast 5 Jahre vor

Gelöst


Draw a '6' in a zero matrix!

fast 5 Jahre vor

Gelöst


Draw a '9' in a zero matrix!

fast 5 Jahre vor

Gelöst


Draw a '7' in a zero matrix!

fast 5 Jahre vor

Gelöst


Draw a '8' in a zero matrix!

fast 5 Jahre vor

Gelöst


Draw a '5' in a zero matrix!

fast 5 Jahre vor

Gelöst


Draw a '3' in a zero matrix!

fast 5 Jahre vor

Gelöst


Draw a '1' in a zero matrix!

fast 5 Jahre vor

Gelöst


Sum of series VIII

fast 5 Jahre vor

Gelöst


Sum of series IX

fast 5 Jahre vor

Gelöst


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

fast 5 Jahre vor

Gelöst


easy problem
Find the last element of the array

fast 5 Jahre vor

Gelöst


Find the max element of the array
Find the max element of the array

fast 5 Jahre vor

Gelöst


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

fast 5 Jahre vor

Gelöst


calculate the length of matrix
input 1 array, calculate the length

fast 5 Jahre vor

Gelöst


the average value of the elements
Calculate the average value of the elements in the array

fast 5 Jahre vor

Gelöst


Draw a '0' in a one matrix!

fast 5 Jahre vor

Gelöst


to the 2 all elements
to the 2 all elements

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


Converts numbers into characters
Converts numbers into characters

fast 5 Jahre vor

Mehr laden