Community Profile

photo

Alexander Oleschuk


Actif depuis 2018

Statistiques

  • Promoter
  • Commenter
  • Solver

Afficher les badges

Content Feed

Afficher par

A résolu


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

presque 6 ans il y a

A résolu


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


square root
Find square root of given number

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


factorial of a number x
Factorial of a number x

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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?

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


Your favourite city!
Type your favourite city.

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


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.

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

A résolu


Add two numbers
Add two numbers (For beginners)

presque 6 ans il y a

A résolu


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

presque 6 ans il y a

Charger plus