Gelöst


factorial
calculate x!

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Mile to Kilometer
x is mile and y is km

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Find the value of Y

etwa 5 Jahre vor

Gelöst


Square root of number
Square root of given number.

etwa 5 Jahre vor

Gelöst


Sum two matrices
Take two incoming matrices, and sum them

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Multiply pi
Multiply pi with x!

etwa 5 Jahre vor

Gelöst


Divide pi
Divide pi by x!

etwa 5 Jahre vor

Gelöst


imaginary

etwa 5 Jahre vor

Gelöst


Real

etwa 5 Jahre vor

Gelöst


Size

etwa 5 Jahre vor

Gelöst


Matrix operation

etwa 5 Jahre vor

Gelöst


Distance Travelled by Vehicle

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Mehr laden