解決済み


sign function

2年以上 前

解決済み


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

2年以上 前

解決済み


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

2年以上 前

解決済み


Summation of integers

2年以上 前

解決済み


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

2年以上 前

解決済み


Real

2年以上 前

解決済み


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

2年以上 前

解決済み


non-repitition of numbers in a vector

2年以上 前

解決済み


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

2年以上 前

解決済み


Insert zeros

2年以上 前

解決済み


Number Power
Raise a number to itself.

2年以上 前

解決済み


Mile to Kilometer
x is mile and y is km

2年以上 前

解決済み


Power Numbers
Find the n-th power of m.

2年以上 前

解決済み


divide by 5

2年以上 前

解決済み


NaN

2年以上 前

解決済み


Values in Array
How many values are in the array

2年以上 前

解決済み


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

2年以上 前

解決済み


Square
square root of x

2年以上 前

解決済み


square root
Find square root of given number

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


Volume of Cylinder
Find the volume of a cylinder

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


print 'Hello W0rld'

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

さらに読み込む