Risolto


Row avg

oltre un anno fa

Risolto


Row sum

oltre un anno fa

Risolto


NaN

oltre un anno fa

Risolto


step function

oltre un anno fa

Risolto


Summy's even sum

oltre un anno fa

Risolto


sign function

oltre un anno fa

Risolto


Square
square root of x

oltre un anno fa

Risolto


easy problem
Find the last element of the array

oltre un anno fa

Risolto


Square root of number
Square root of given number.

oltre un anno fa

Risolto


imaginary

oltre un anno fa

Risolto


square root
Find square root of given number

oltre un anno fa

Risolto


Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...

oltre un anno fa

Risolto


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

oltre un anno fa

Risolto


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

oltre un anno fa

Risolto


Test if a number is numeric or not
Test if a number is numeric or not

oltre un anno fa

Risolto


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

oltre un anno fa

Risolto


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

oltre un anno fa

Risolto


Matrix with different incremental runs
Given a vector of positive integers a = [ 3 2 4 ]; create the matrix where the *i* th column contains the vector *1:a(i)...

oltre un anno fa

Risolto


N-Dimensional Array Slice
Given an N-dimensional array, _A_, an index, _I_, and a dimension, _d_, return the _I_ th elements of _A_ in the _d_ dimension. ...

oltre un anno fa

Risolto


Convert to Binary Coded Decimal
Convert from decimal representation to <http://en.wikipedia.org/wiki/Binary-coded_decimal Binary Code Decimal> (or BCD) represen...

oltre un anno fa

Risolto


Real

oltre un anno fa

Risolto


number play

oltre un anno fa

Risolto


find the index of a number

oltre un anno fa

Risolto


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

oltre un anno fa

Risolto


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

oltre un anno fa

Risolto


The sum of individual numbers...
Well this one is taking a number and then summing the individual parts till you reach a value of 1, 2, 3, 4, 5, 6, 7, 8, 9, or 0...

oltre un anno fa

Risolto


Evaluate Polynomial
Given a polynomial equation coefficients in a vector p, you have to return its value at x. Example: For inputs p and x ...

oltre un anno fa

Risolto


remove single elements
Given a vector of integers, remove the elements that have appeared only once. The output elements should be in exact order as th...

oltre un anno fa

Risolto


Determine the Anti-diagonal of a Magic Square
Determine the anti-diagonal (crossing from top right to lower left) of a magic square of size n. Examples If n = 3 y =...

oltre un anno fa

Risolto


Union of two set decreasing order
Union of two set decreasing order Say, x=[1 2 5] and y=[5 7 8] then answer must be [8 7 5 2 1]

oltre un anno fa

Carica altro