문제를 풀었습니다


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

5년 초과 전

문제를 풀었습니다


Calculate the logarithm of number
Calculate the logarithm of number x

5년 초과 전

문제를 풀었습니다


Test if a number is numeric or not
Test if a number is numeric or not

5년 초과 전

문제를 풀었습니다


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

5년 초과 전

문제를 풀었습니다


factorial of a number x
Factorial of a number x

5년 초과 전

문제를 풀었습니다


Calculate square and cube of number
Calculate square and cube of number x

5년 초과 전

문제를 풀었습니다


Golden ratio
Calculate the golden ratio. Hint: phi^2 = phi + 1.

5년 초과 전

문제를 풀었습니다


Calculate mean value of any pair in a vector.
Given a vector A, calculate the mean of 2 number in the vector one by one. example: input: A=[1, 5, 6, 8, 9, 15] output:...

5년 초과 전

문제를 풀었습니다


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

5년 초과 전

문제를 풀었습니다


Test if two numbers have the same digits
Given two integers _x1_ and _x2_, return |true| if the numbers written with no leading zeros contain the same digits. That is, t...

5년 초과 전

문제를 풀었습니다


Min of a Matrix
Return the minimum value in the given matrix.

5년 초과 전

문제를 풀었습니다


Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0

5년 초과 전

문제를 풀었습니다


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

5년 초과 전

문제를 풀었습니다


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

5년 초과 전

문제를 풀었습니다


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

5년 초과 전

문제를 풀었습니다


Find out total non zero element of matrix
Find out Non zero element of matrix A=magic(5) 17 24 1 8 15 23 5 7 14 16 4 6...

5년 초과 전

문제를 풀었습니다


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

5년 초과 전

문제를 풀었습니다


Modulo with 5

5년 초과 전

문제를 풀었습니다


Simple sum 1

5년 초과 전

문제를 풀었습니다


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

5년 초과 전

문제를 풀었습니다


Find Logic 15

5년 초과 전

문제를 풀었습니다


Find Logic 3

5년 초과 전

문제를 풀었습니다


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

5년 초과 전

문제를 풀었습니다


Insert zeros into vector
Insert zeros after each elements in the vector. Number of zeros is specified as the input parameter. For example: x = [1 ...

5년 초과 전

문제를 풀었습니다


Add 2 Vectors

5년 초과 전

문제를 풀었습니다


Area of Ellipse

5년 초과 전

문제


Area of Ellipse

5년 초과 전 | 1 | 솔버 수: 66

문제를 풀었습니다


Returning a "greater than" vector
Given a vector, v, return a new vector , vNew, containing only values > n. For example: v=[1 2 3 4 5 6] n=3 vNew =...

5년 초과 전

문제를 풀었습니다


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

5년 초과 전

문제를 풀었습니다


kmph to mps
convert kilometer per hour to meter per second

5년 초과 전

더 보기