문제를 풀었습니다


Reverse a matrix
Its simple. You have to reverse a given matrix.

8년 초과 전

문제를 풀었습니다


Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...

8년 초과 전

문제


Multiply
Multiply each element of matrix A by b

8년 초과 전 | 0 | 솔버 수: 0

문제를 풀었습니다


Divide
Divide a number by other

8년 초과 전

문제


Divide
Divide a number by other

8년 초과 전 | 0 | 솔버 수: 17

문제를 풀었습니다


Determine the rank of matrix
Determine the rank of given Matrix

8년 초과 전

문제


Determine the rank of matrix
Determine the rank of given Matrix

8년 초과 전 | 0 | 솔버 수: 16

문제를 풀었습니다


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

8년 초과 전

문제


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

8년 초과 전 | 2 | 솔버 수: 197

문제


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

8년 초과 전 | 1 | 솔버 수: 171

문제


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

8년 초과 전 | 0 | 솔버 수: 0

문제를 풀었습니다


find whether it is prime or not
For a given number find if its prime

8년 초과 전

문제


find whether it is prime or not
For a given number find if its prime

8년 초과 전 | 1 | 솔버 수: 144

문제를 풀었습니다


Calculate volume of box
Calculate the volume of box,hiven its sides

8년 초과 전

문제를 풀었습니다


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

8년 초과 전

문제를 풀었습니다


Is my wife right
This is question relies on the dilemma that every married man faces in his life. Which has one simple ans: So whatever the qu...

8년 초과 전

문제를 풀었습니다


To convolve two vectors
To convolve two vectors

8년 초과 전

문제를 풀었습니다


Xor of matrix
you have to set exclusive OR of two arrays

8년 초과 전

문제를 풀었습니다


Find and replaces spaces from a input string with *
For a given input string str, find how many spaces are there in the string and replace those spaces with * e.g. str = 'this is ...

8년 초과 전

문제를 풀었습니다


Rounding
Round 10.67 and make 'y' equal to that number.

8년 초과 전

문제를 풀었습니다


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

8년 초과 전

문제를 풀었습니다


Power supply: 230V to 115V
The problem is simple: we have a wall outlet which supplies 230V and an apparatus that requires 115V. Software is always chea...

8년 초과 전

문제를 풀었습니다


Average speed for the entire trip
The input is two speeds (for the trip and return trip) and output is average speed. Assume units are consistent, say miles per h...

8년 초과 전

문제를 풀었습니다


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

8년 초과 전

문제를 풀었습니다


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

8년 초과 전

문제를 풀었습니다


string comparision
compare two strings if both are same return 1 else return 0

8년 초과 전

문제를 풀었습니다


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

8년 초과 전

문제를 풀었습니다


Compare two input matrices
Check which input matrix has more elements. Return "1" if matrix A has more elements than matrix B. Otherwise return "0". Exa...

8년 초과 전

문제를 풀었습니다


Coordinate geometry
Assign pointsDistance with the distance between point (x1, y1) and point (x2, y2). The distance is calculated by: Distance =...

8년 초과 전

문제를 풀었습니다


Population growth
Assign finalPopulation with the population size given an initial population, population growth rate, and number of years. The fi...

8년 초과 전

더 보기