A résolu


Summation of integers

presque 3 ans il y a

A résolu


Magnitude of a vector
Given a vector x, what is its magnitude?

presque 3 ans il y a

A résolu


Real

presque 3 ans il y a

A résolu


Make an identity matrix whose diagonal elements are 1:n
For a given input n, make an n by n identity matrix that contains the elements 1:n along its diagonal. For example, if input=5: ...

presque 3 ans il y a

A résolu


non-repitition of numbers in a vector

presque 3 ans il y a

A résolu


Sum sum!!!
Sum the numbers from 1 to n

presque 3 ans il y a

A résolu


Insert zeros

presque 3 ans il y a

A résolu


Number Power
Raise a number to itself.

presque 3 ans il y a

A résolu


Mile to Kilometer
x is mile and y is km

presque 3 ans il y a

A résolu


Power Numbers
Find the n-th power of m.

presque 3 ans il y a

A résolu


divide by 5

presque 3 ans il y a

A résolu


NaN

presque 3 ans il y a

A résolu


Values in Array
How many values are in the array

presque 3 ans il y a

A résolu


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

presque 3 ans il y a

A résolu


Square
square root of x

presque 3 ans il y a

A résolu


square root
Find square root of given number

presque 3 ans il y a

A résolu


Array Height (no usage of size)
Find the array height, the number of rows. Size may not be used.

presque 3 ans il y a

A résolu


Array Width (no usage of size)
Find the array width. Size may not be used.

presque 3 ans il y a

A résolu


For a rectangle, if x is the length and 2x is width. Then find out x from the area of the rectangle?
For a rectangle, if x is the length and 2x is the width. Then find out x from the area of the rectangle? if the area is equal...

presque 3 ans il y a

A résolu


Get the area of ​​the square.
Four circles are inscribed in the square ABCD. The perimeter of each circle is *aπ*. <<http://imgfz.com/i/UzgCJut.png>> Gi...

presque 3 ans il y a

A résolu


Volume of Cylinder
Find the volume of a cylinder

presque 3 ans il y a

A résolu


Baseball Pitch Question
One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix an...

presque 3 ans il y a

A résolu


Calculate the answer to life the universe and everything
<https://en.wikipedia.org/wiki/42_(number)>

presque 3 ans il y a

A résolu


print 'Hello W0rld'

presque 3 ans il y a

A résolu


Add Even and Subtract Odd Numbers in an Array
For an input array, add all the even values and subtract the odd values. This final value is the output. E.g. input = [1 2 3 4...

presque 3 ans il y a

A résolu


Odd times 3
Given a input matrix x, multiply all odd values by 3. Even values remain the same. example: x = [1 2 3 4 5;... 6 7...

presque 3 ans il y a

A résolu


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

presque 3 ans il y a

A résolu


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

presque 3 ans il y a

A résolu


A times B
A times B

presque 3 ans il y a

Charger plus