Gelöst


Row avg

mehr als ein Jahr vor

Gelöst


Row sum

mehr als ein Jahr vor

Gelöst


NaN

mehr als ein Jahr vor

Gelöst


step function

mehr als ein Jahr vor

Gelöst


Summy's even sum

mehr als ein Jahr vor

Gelöst


sign function

mehr als ein Jahr vor

Gelöst


Square
square root of x

mehr als ein Jahr vor

Gelöst


easy problem
Find the last element of the array

mehr als ein Jahr vor

Gelöst


Square root of number
Square root of given number.

mehr als ein Jahr vor

Gelöst


imaginary

mehr als ein Jahr vor

Gelöst


square root
Find square root of given number

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


Real

mehr als ein Jahr vor

Gelöst


number play

mehr als ein Jahr vor

Gelöst


find the index of a number

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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]

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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]

mehr als ein Jahr vor

Mehr laden