Risolto


2倍してみよう - ここからスタート!
初めにこの問題を試してみよう。 入力としてxを与え、それを2倍して結果をyに代入せよ。 Examples: Input x = 2 Output y is 4 Input x = 17 Output y is 34 ...

7 mesi fa

Risolto


二つのベクトルの要素ごとの積の平均を計算しよう
二つの同じ長さのベクトルが与えられたとき、二つのベクトルの要素ごとの積の平均を求めましょう。 例: 二つのベクトル [1 2 3] と [10 15 20] が与えられたとき、 それぞれの要素ごとの積の平均を取ると、 解は 33.3333 と...

7 mesi fa

Risolto


ベクトルのスケーリング
入力したベクトルの大きさを1にしてください。

8 mesi fa

Risolto


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

8 mesi fa

Risolto


Draw a '4' in a zero matrix!

8 mesi fa

Risolto


Draw a '6' in a zero matrix!

8 mesi fa

Risolto


Draw a '9' in a zero matrix!

8 mesi fa

Risolto


Draw a '7' in a zero matrix!

8 mesi fa

Risolto


Draw a '8' in a zero matrix!

8 mesi fa

Risolto


Draw a '3' in a zero matrix!

8 mesi fa

Risolto


Draw a '5' in a zero matrix!

8 mesi fa

Risolto


Draw a '2' in a zero matrix!

8 mesi fa

Risolto


Draw a '1' in a zero matrix!

8 mesi fa

Risolto


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

8 mesi fa

Risolto


Find Logic 1

8 mesi fa

Risolto


Find Logic 11

8 mesi fa

Risolto


Find Logic 12

8 mesi fa

Risolto


Find Logic 13

8 mesi fa

Risolto


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

8 mesi fa

Risolto


Find Logic 16

8 mesi fa

Risolto


Find Logic 10

8 mesi fa

Risolto


Find Logic 8

8 mesi fa

Risolto


Find Logic 7

8 mesi fa

Risolto


Find Logic 6

8 mesi fa

Risolto


Find Logic 4

8 mesi fa

Risolto


Find Logic 3

8 mesi fa

Risolto


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

8 mesi fa

Risolto


Find Logic 21

8 mesi fa

Risolto


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

8 mesi fa

Risolto


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

8 mesi fa

Carica altro