문제를 풀었습니다


Half the length of the vector

대략 2년 전

문제를 풀었습니다


Seperate 2nd column in a matrix

대략 2년 전

문제를 풀었습니다


non-repitition of numbers in a vector

대략 2년 전

문제를 풀었습니다


easy problem
Find the last element of the array

대략 2년 전

문제를 풀었습니다


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

대략 2년 전

문제를 풀었습니다


Energy-Mass Equivalence
Given input enegy of the object, E, and constant c = 300,000,000, find the mass of the object.

대략 2년 전

문제를 풀었습니다


Joules to Megatons of TnT
Given joules, J, make a function that converts to megatons of TNT.

대략 2년 전

문제를 풀었습니다


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

대략 2년 전

문제를 풀었습니다


Remove multiples of N
in the vector x remove all multiples of N. x = [1 2 3 4 5 6]; N = 2; Then y = [1 3 5];

대략 2년 전

문제를 풀었습니다


Add the odd numbers
Add only the odd numbers of x example: x = [1 2 3 4 5] the positive numbers are: 1 3 5, so their sum is 9

대략 2년 전

문제를 풀었습니다


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

대략 2년 전

문제를 풀었습니다


Nth root
Nth root of a number x

대략 2년 전

문제를 풀었습니다


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

대략 2년 전

문제를 풀었습니다


Find sum of negative elements in row.
Find sum of negative elements in row. Example x=[1 -5 3 4 -6 6 7 8 9 10] result = -11

대략 2년 전

문제를 풀었습니다


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

대략 2년 전

문제를 풀었습니다


kmph to mph converter
Convert the speed in miles/hour to km/hour.

대략 2년 전

문제를 풀었습니다


Find the minimum element of the matrix
Example: If x = [3 9; 5 2] then y = 2

대략 2년 전

문제를 풀었습니다


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


Display positive elements of matrix.
Display positive elements of matrix.

대략 2년 전

문제를 풀었습니다


Select primes from the matrix.
Select primes from the matrix.

대략 2년 전

문제를 풀었습니다


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

대략 2년 전

문제를 풀었습니다


Area of Ellipse

대략 2년 전

문제를 풀었습니다


imaginary

대략 2년 전

문제를 풀었습니다


Real

대략 2년 전

문제를 풀었습니다


Size

대략 2년 전

문제를 풀었습니다


Matrix operation

대략 2년 전

문제를 풀었습니다


NaN

대략 2년 전

문제를 풀었습니다


size

대략 2년 전

문제를 풀었습니다


Sudoku

대략 2년 전

더 보기