Solved


rewrite vector
rewrite vector [1 2 1]

13 years ago

Solved


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

13 years ago

Solved


calculate km to m
calculate 1123 km to m

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


Who is the man
Answer Who is the man

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


The first problem!
Just to test it

13 years ago

Solved


You eat a soup with a?
Answer at question

13 years ago

Solved


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

13 years ago

Solved


Area of triangle
Calculate the triangle area

13 years ago

Solved


Rectangle circuit
Calculate the rectangle circuit

13 years ago

Solved


Triangle circuit
Calculate the triangle circuit

13 years ago

Solved


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

13 years ago

Solved


Calculate inverse Fourier transform
inverse Fourier transform of the vector x

13 years ago

Solved


circuit of square
Calculate the circuit of square

13 years ago

Solved


Square area
Calculate the area of square

13 years ago

Solved


calculate squre
...

13 years ago

Solved


Length of the vector
Return the length of given vector

13 years ago

Solved


calculate square
r=2 a=3

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Solved


m-->cm
m-->cm

13 years ago

Solved


how much is log 1000
how much is log 1000

13 years ago

Solved


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

13 years ago

Solved


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

13 years ago

Load more