Risolto


supercar
write supercar

oltre 12 anni fa

Risolto


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

oltre 12 anni fa

Risolto


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

oltre 12 anni fa

Risolto


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

oltre 12 anni fa

Risolto


calculate linear convolution two vectors
for e.g in: a = [1 2 3] b = [4 5 6] out: y = [4 13 28 27 18]

oltre 12 anni fa

Risolto


Who is my love
Wirite name my honey to x

oltre 12 anni fa

Risolto


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

oltre 12 anni fa

Risolto


How many trades represent all the profit?
Given a list of results from trades made: [1 3 -4 2 -1 2 3] We can add them up to see this series of trades made a profit ...

oltre 12 anni fa

Risolto


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

oltre 12 anni fa

Risolto


rewrite vector
rewrite vector [1 2 1]

oltre 12 anni fa

Risolto


calculate km to m
calculate 1123 km to m

oltre 12 anni fa

Risolto


Area of rhombus
Calculate the rhombus area

oltre 12 anni fa

Risolto


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

oltre 12 anni fa

Risolto


How many digits are there?
Input(s) - any string Output(n) - number of digits within string s

oltre 12 anni fa

Risolto


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

oltre 12 anni fa

Risolto


Walk on water
There is only one man who walked on water.

oltre 12 anni fa

Risolto


Name the bigest junkie
eg. name='JOHN'

oltre 12 anni fa

Risolto


say "hi"
say "hi"

oltre 12 anni fa

Risolto


length of vector
give a length of vector

oltre 12 anni fa

Risolto


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

oltre 12 anni fa

Risolto


the fastest driver
the fastest driver

oltre 12 anni fa

Risolto


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

oltre 12 anni fa

Risolto


I really like a combined
If you know the name man from AGH who have more luck than sense, you will do it !

oltre 12 anni fa

Risolto


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

oltre 12 anni fa

Risolto


Do you lile S.K.?
Say: True or False

oltre 12 anni fa

Risolto


Make a vector of prime numbers
Input(n) - length of vector with prime numbers Output(v) - vector of prime numbers Example: * n=1; v=2 * n=3; v=[2 3 5...

oltre 12 anni fa

Risolto


to the power
fix code

oltre 12 anni fa

Risolto


area of triangle
h=5 and x

oltre 12 anni fa

Risolto


Reverse CHECKBOX MATRIX with 69
Create a reverse checkbox matrix with '69'. Where the size is the input and output will be a square checkbox matrix. Exa...

oltre 12 anni fa

Risolto


Calcucate area of square
calcutae area for example 1*1=2 ...

oltre 12 anni fa

Carica altro