photo

Alexander Oleschuk


2018 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
154 解答

ランク
N/A
of 302,187

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,613

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
1,941
of 179,876

コントリビューション
0 問題
154 解答

スコア
1,540

バッジ数
3

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Promoter
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

8年以上 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

8年以上 前

解決済み


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

8年以上 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

8年以上 前

解決済み


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

8年以上 前

解決済み


Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...

8年以上 前

解決済み


square root
Find square root of given number

8年以上 前

解決済み


square root
Find the square root (y) of an input (x).

8年以上 前

解決済み


Return area of square
Side of square=input=a Area=output=b

8年以上 前

解決済み


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

8年以上 前

解決済み


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

8年以上 前

解決済み


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

8年以上 前

解決済み


factorial of a number x
Factorial of a number x

8年以上 前

解決済み


Box!
Given a box, find the volume of the cube. With each side = a.

8年以上 前

解決済み


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

8年以上 前

解決済み


Small Riddle
Mr. Smith has two children. If the older child is a boy, what are the odds that the other child is also a boy?

8年以上 前

解決済み


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

8年以上 前

解決済み


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

8年以上 前

解決済み


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

8年以上 前

解決済み


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

8年以上 前

解決済み


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

8年以上 前

解決済み


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

8年以上 前

解決済み


Let's see how peculiar we can get
The task is to multiply two numbers. But do it in the most peculiar possible way.

8年以上 前

解決済み


Your favourite city!
Type your favourite city.

8年以上 前

解決済み


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

8年以上 前

解決済み


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

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

8年以上 前

解決済み


Square root of a number
Write a code that will output the square root of x.

8年以上 前

解決済み


Add two numbers
Add two numbers (For beginners)

8年以上 前

解決済み


Area of a circle
Find the value for area of the circle if diameter is given

8年以上 前

さらに読み込む