解決済み


factorial
calculate x!

3年以上 前

解決済み


sum of first 'n' terms
Given n=10, find the sum of first 'n' terms Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these n=10 terms is 55...

3年以上 前

解決済み


Perimeter of a square!
Calculate the circumference of the square whose side is n

3年以上 前

解決済み


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

3年以上 前

解決済み


Find the y=(1:x)
Look at the question

3年以上 前

解決済み


Mile to Kilometer
x is mile and y is km

3年以上 前

解決済み


Percentage
There is x liter water and y gram => z is percentage of salt in water

3年以上 前

解決済み


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

3年以上 前

解決済み


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

3年以上 前

解決済み


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

3年以上 前

解決済み


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

3年以上 前

解決済み


Vector raised to a power, element-wise (★)
Given a vector A and a number x, raise each element of the vector to the power of x. Thus, if A = [2 5 7 1] and x = 0.5, then ...

3年以上 前

解決済み


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

3年以上 前

解決済み


raise 1/3
Raise a number to 1/3 power.

3年以上 前

解決済み


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

3年以上 前

解決済み


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

3年以上 前

解決済み


Find the value of Y

3年以上 前

解決済み


Square root of number
Square root of given number.

3年以上 前

解決済み


Sum two matrices
Take two incoming matrices, and sum them

3年以上 前

解決済み


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

3年以上 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

3年以上 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

3年以上 前

解決済み


Multiply pi
Multiply pi with x!

3年以上 前

解決済み


Divide pi
Divide pi by x!

3年以上 前

解決済み


imaginary

3年以上 前

解決済み


Real

3年以上 前

解決済み


Size

3年以上 前

解決済み


Matrix operation

3年以上 前

解決済み


Distance Travelled by Vehicle

3年以上 前

解決済み


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

3年以上 前

さらに読み込む