문제를 풀었습니다


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년 초과 전

더 보기