Solved


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

5 years ago

Solved


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.

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


Number Puzzle - 119

5 years ago

Problem


Number Puzzle - 119

5 years ago | 1 | 23 solvers

Solved


Number Puzzle - 118

5 years ago

Problem


Number Puzzle - 118

5 years ago | 1 | 19 solvers

Solved


Draw a '4' in a zero matrix!

5 years ago

Solved


Draw a '6' in a zero matrix!

5 years ago

Solved


Draw a '9' in a zero matrix!

5 years ago

Solved


Draw a '7' in a zero matrix!

5 years ago

Solved


Draw a '8' in a zero matrix!

5 years ago

Solved


Draw a '5' in a zero matrix!

5 years ago

Solved


Draw a '3' in a zero matrix!

5 years ago

Solved


Draw a '1' in a zero matrix!

5 years ago

Solved


Sum of series VIII

5 years ago

Solved


Sum of series IX

5 years ago

Solved


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)

5 years ago

Solved


easy problem
Find the last element of the array

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


Draw a '0' in a one matrix!

5 years ago

Solved


to the 2 all elements
to the 2 all elements

5 years ago

Solved


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

5 years ago

Solved


Converts numbers into characters
Converts numbers into characters

5 years ago

Load more