문제를 풀었습니다


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

5년 초과 전

문제를 풀었습니다


Sum two matrices
Take two incoming matrices, and sum them

5년 초과 전

문제를 풀었습니다


The great 82-year-old
Let's answer the question below; 'I am *x* years old and I have never written programs. If I study from now, will I be able ...

5년 초과 전

문제를 풀었습니다


Temperature Conversion 3

5년 초과 전

문제를 풀었습니다


Temperature Conversion 2

5년 초과 전

문제를 풀었습니다


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

5년 초과 전

문제를 풀었습니다


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

5년 초과 전

문제를 풀었습니다


Temperature Conversion 1

5년 초과 전

문제를 풀었습니다


'Determine if array of numbers is odd'
Return true if the input single number is odd. If the input is a vector, it will return a vector or array of logical values indi...

5년 초과 전

문제를 풀었습니다


Volume of Spherical Shell
In three-dimensional space, a spherical shell can be constructed from two concentric spheres. Determine the volume of a spheric...

5년 초과 전

문제를 풀었습니다


Product of all elements in an array
Compute the product of all elements in an array.

5년 초과 전

문제를 풀었습니다


Adding Numbers
Add the input numbers to the original.

5년 초과 전

문제를 풀었습니다


Return median of a matrix
Compute median of a matrix of any dimension. Exclude the NaNs if any.

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


Efficiency of a single phase Transformer
Calculate the efficiency of a single phase transformer whose KVA rating is A KVA, loading factor x,power factor p,full load copp...

5년 초과 전

문제를 풀었습니다


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

5년 초과 전

문제를 풀었습니다


Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A

5년 초과 전

문제를 풀었습니다


Add 3 numbers
In this problem, you have to add three numbers a, b and c. Give output d = add(a,b,c)

5년 초과 전

문제를 풀었습니다


Sum Sum Sum!
Calculate the sum of the natural numbers from 1 to n

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


Triangle???
Calculate the circumference of an equilateral triangle with x

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


calculate the length of matrix
input 1 array, calculate the length

5년 초과 전

문제를 풀었습니다


square a number twice with square root of 4/5
square a number twice with square root of 4/5

5년 초과 전

문제를 풀었습니다


Given a vector x, return vector y with all negative elements from the vector x.
Given a vector x, return vector y with all negative elements from the vector x if x has negative elements. Otherwise return 0. ...

5년 초과 전

문제를 풀었습니다


Check prime numbers
Let x, return 1 if x is a prime number, 0 otherwise e.g x = 7, return y =1; x = 6 return y = 0;

5년 초과 전

문제를 풀었습니다


factorial
calculate x!

5년 초과 전

문제를 풀었습니다


Square
square root of x

5년 초과 전

문제를 풀었습니다


Repeat elements of a vector
Repeat each elements of a given vector according to their values. * x=[1,2,1,3] * y=[1,2,2,1,3,3,3]

5년 초과 전

문제를 풀었습니다


Calculate the area of a circle
Given a circle of diameter x calculate its area

5년 초과 전

더 보기