Gelöst


rewrite vector
rewrite vector [1 2 1]

fast 13 Jahre vor

Gelöst


Calculate the integral of the polynomial
for e.g. in = [3 2 1] out = [1 1 1 0]

fast 13 Jahre vor

Gelöst


calculate km to m
calculate 1123 km to m

fast 13 Jahre vor

Gelöst


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

fast 13 Jahre vor

Gelöst


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

fast 13 Jahre vor

Gelöst


Find the minimum element of the matrix
Example: If x = [3 9; 5 2] then y = 2

fast 13 Jahre vor

Gelöst


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

fast 13 Jahre vor

Gelöst


Who is the man
Answer Who is the man

fast 13 Jahre vor

Gelöst


How many wheels got the bike
Just answer how many wheels got the bike

fast 13 Jahre vor

Gelöst


How many wheels got the car
How many wheels got the car

fast 13 Jahre vor

Gelöst


The first problem!
Just to test it

fast 13 Jahre vor

Gelöst


You eat a soup with a?
Answer at question

fast 13 Jahre vor

Gelöst


how many tails got the dog
how many tails got the dog

fast 13 Jahre vor

Gelöst


Area of triangle
Calculate the triangle area

fast 13 Jahre vor

Gelöst


Rectangle circuit
Calculate the rectangle circuit

fast 13 Jahre vor

Gelöst


Triangle circuit
Calculate the triangle circuit

fast 13 Jahre vor

Gelöst


Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...

fast 13 Jahre vor

Gelöst


Calculate inverse Fourier transform
inverse Fourier transform of the vector x

fast 13 Jahre vor

Gelöst


circuit of square
Calculate the circuit of square

fast 13 Jahre vor

Gelöst


Square area
Calculate the area of square

fast 13 Jahre vor

Gelöst


calculate squre
...

fast 13 Jahre vor

Gelöst


Length of the vector
Return the length of given vector

fast 13 Jahre vor

Gelöst


calculate square
r=2 a=3

fast 13 Jahre vor

Gelöst


Number of elements in matrix
Just return number of elements in the matrix

fast 13 Jahre vor

Gelöst


Number of rows in matrix
Return the number of rows in matrix

fast 13 Jahre vor

Gelöst


Number of columns in matrix
Return the number of columns in matrix

fast 13 Jahre vor

Gelöst


m-->cm
m-->cm

fast 13 Jahre vor

Gelöst


how much is log 1000
how much is log 1000

fast 13 Jahre vor

Gelöst


Vector of numbers divisible by 3
* Input(n) - any integer * Output(v) - vector with numbers divisible by 3(exept 0) starting from n to 0 Examples: * n=6...

fast 13 Jahre vor

Gelöst


Relative ratio of "1" in binary number
Input(n) is positive integer number Output(r) is (number of "1" in binary input) / (number of bits). Example: * n=0; r=...

fast 13 Jahre vor

Mehr laden