문제를 풀었습니다


Find the absolute value of of the array

3년 초과 전

문제를 풀었습니다


Basic Addition

3년 초과 전

문제를 풀었습니다


Find Logic 14

3년 초과 전

문제를 풀었습니다


Check if number is a square number
Test if integer i is a square number. Return logical true if it is.

3년 초과 전

문제를 풀었습니다


Check if integer is a prime number
Check if integer i is a prime number. Returns logical true '1' if it is.

3년 초과 전

문제를 풀었습니다


Convert Fahrenheit to Kelvin
Convert the value f in Fahrenheit to Kelvin

3년 초과 전

문제를 풀었습니다


Slope of the line passing through two points
Determine the slope of a line passing through the points a=[x1 y1] and b=[x2 y2].

3년 초과 전

문제를 풀었습니다


Remove all the columns contains only zero
Remove the column from the matrix which has only zeros . Refer the Example below a= 1 0 3 0 23 0 56 0 1 ...

3년 초과 전

문제를 풀었습니다


Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];

3년 초과 전

문제를 풀었습니다


Add two different item as shown in example
Add two different item as shown in example x=5; y='ab'; Then output must be'5ab';

3년 초과 전

문제를 풀었습니다


Find out characteristics equation of given matrix.
Find out characteristics equation of given matrix. A=[0 2; 1 8] then char. eq is s^2-8*s-2=0 and answer should be [1 -8 -2] ...

3년 초과 전

문제를 풀었습니다


Gamma Function
Evaluate the <http://en.wikipedia.org/wiki/Gamma_function/ Gamma Function>. Gamma_val(0) = Inf Gamma_val(1.2) = 0.9182

3년 초과 전

문제를 풀었습니다


Generate vector according to sign of vector
Generate vector according to sign of vector Example: If A=[-2 0 5] then output must be[-1 0 1] meaning that for negative n...

3년 초과 전

문제를 풀었습니다


Replace odd number in given matrix by zero
Replace the odd numbers in a given matrix with zero. Example A = [ 17 24 1 8 15 23 5 7 ...

3년 초과 전

문제를 풀었습니다


find out eigenvector of matrix
find out eigenvector of matrix A =eye(3); Answer is [0 0 1; 0 1 0; 1 0 0];

3년 초과 전

문제를 풀었습니다


Find the area of a square

3년 초과 전

문제를 풀었습니다


Find the Sum of matrix A

3년 초과 전

문제를 풀었습니다


Matrix Pattern 3

3년 초과 전

문제를 풀었습니다


Temperature Conversion 2

3년 초과 전

문제를 풀었습니다


Temperature Conversion 3

3년 초과 전

문제를 풀었습니다


Temperature Conversion 1

3년 초과 전

문제를 풀었습니다


Find the Pattern 5

3년 초과 전

문제를 풀었습니다


Find the Pattern 4

3년 초과 전

문제를 풀었습니다


Find the Pattern 3

3년 초과 전

문제를 풀었습니다


Find the Pattern 2

3년 초과 전

문제를 풀었습니다


Find the Pattern 1

3년 초과 전

문제를 풀었습니다


Matrix Pattern 4

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

3년 초과 전

문제를 풀었습니다


Mass Conversion 1

3년 초과 전

더 보기