Resuelto


rewrite vector
rewrite vector [1 2 1]

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


calculate km to m
calculate 1123 km to m

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


Who is the man
Answer Who is the man

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


The first problem!
Just to test it

alrededor de 13 años hace

Resuelto


You eat a soup with a?
Answer at question

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


Area of triangle
Calculate the triangle area

alrededor de 13 años hace

Resuelto


Rectangle circuit
Calculate the rectangle circuit

alrededor de 13 años hace

Resuelto


Triangle circuit
Calculate the triangle circuit

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


Calculate inverse Fourier transform
inverse Fourier transform of the vector x

alrededor de 13 años hace

Resuelto


circuit of square
Calculate the circuit of square

alrededor de 13 años hace

Resuelto


Square area
Calculate the area of square

alrededor de 13 años hace

Resuelto


calculate squre
...

alrededor de 13 años hace

Resuelto


Length of the vector
Return the length of given vector

alrededor de 13 años hace

Resuelto


calculate square
r=2 a=3

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


m-->cm
m-->cm

alrededor de 13 años hace

Resuelto


how much is log 1000
how much is log 1000

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Cargar más