解決済み


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年 前

解決済み


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年 前

解決済み


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

約5年 前

解決済み


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年 前

解決済み


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年 前

解決済み


Number Puzzle - 119

約5年 前

問題


Number Puzzle - 119

約5年 前 | 1 | 25 個のソルバー

解決済み


Number Puzzle - 118

約5年 前

問題


Number Puzzle - 118

約5年 前 | 1 | 21 個のソルバー

解決済み


Draw a '4' in a zero matrix!

約5年 前

解決済み


Draw a '6' in a zero matrix!

約5年 前

解決済み


Draw a '9' in a zero matrix!

約5年 前

解決済み


Draw a '7' in a zero matrix!

約5年 前

解決済み


Draw a '8' in a zero matrix!

約5年 前

解決済み


Draw a '5' in a zero matrix!

約5年 前

解決済み


Draw a '3' in a zero matrix!

約5年 前

解決済み


Draw a '1' in a zero matrix!

約5年 前

解決済み


Sum of series VIII

約5年 前

解決済み


Sum of series IX

約5年 前

解決済み


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年 前

解決済み


easy problem
Find the last element of the array

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


Draw a '0' in a one matrix!

約5年 前

解決済み


to the 2 all elements
to the 2 all elements

約5年 前

解決済み


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

約5年 前

解決済み


Converts numbers into characters
Converts numbers into characters

約5年 前

さらに読み込む