문제를 풀었습니다


Find 0 in array
Given array find where there 0 is.

3년 초과 전

문제를 풀었습니다


Factorial

3년 초과 전

문제를 풀었습니다


Basic Quadratic Equation
Create the equation: y=(3x)^2+(5x)+35 and compute y for various values of x

3년 초과 전

문제를 풀었습니다


Find the number of primes leq than input
Given an integer n, determine the number of primes less than or equal to n.

3년 초과 전

문제를 풀었습니다


Find scalar product of two polynomials a and b, given as vector array.
Find scalar product of two polynomials given as vector array. Example a=[1 -1 2]; b=[2 4 1]; result=0

3년 초과 전

문제를 풀었습니다


determine the sum of decimal part for given matrix
determine the sum of fraction part for the given matrix

3년 초과 전

문제를 풀었습니다


Roots of a quadratic equation.
Calculate the roots of a quadratic equation, given coefficients a, b, and c, for the equation a*x^2 + b*x + c = 0.

3년 초과 전

문제를 풀었습니다


Determine the roots of a cubic equation
Given the coefficients a, b, c, and d of a cubic equation, a*x^3 + b*x^2 + c*x + d = 0, determine its roots.

3년 초과 전

문제를 풀었습니다


Normalizing a vector

3년 초과 전

문제를 풀었습니다


number play

3년 초과 전

문제를 풀었습니다


Solve the equation. Find X.

3년 초과 전

문제를 풀었습니다


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

3년 초과 전

문제를 풀었습니다


Calculate feeling temperature before climbing a mountain
I sometimes climb a mountain. As is well known, when the altitude becomes 100 (m) higher, the temperature lowers by 0.6 degrees...

3년 초과 전

문제를 풀었습니다


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

3년 초과 전

문제를 풀었습니다


square a vector-Given the variable x as your input, square it and put the result in y.
function y = (x)squared y = x; end

3년 초과 전

문제를 풀었습니다


Automatic String Editing
In this function, you will take an incoming string, and output the same string with each character one letter later in the alpha...

3년 초과 전

문제를 풀었습니다


Shift elements of vector left
Shift elements of vector to the left. For ex. : Input_vec = [1 2 3 4 5] Output_vec = [2 3 4 5 1]

3년 초과 전

문제를 풀었습니다


Generate a list of composite numbers

3년 초과 전

문제를 풀었습니다


Test - Add sequence of numbers with given start, step, and end

3년 초과 전

문제를 풀었습니다


Array Concatenation (2)
Given two matrices, a and b, concatenate the two matrices vertically, i.e., the number of rows of the result should be equal to ...

3년 초과 전

문제를 풀었습니다


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

3년 초과 전

문제를 풀었습니다


Find the remainder - 02
Given an array of integers, find the remainder when the summation of all the elements is divided by N

3년 초과 전

문제를 풀었습니다


Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table. if x = '!'; y = 33; if x = 'u'; ...

3년 초과 전

문제를 풀었습니다


persistant sum
There will be 9 tests for this problem. In each test you will be provided with 2 integers n=[n1,n2], where n2 is equal to t...

3년 초과 전

문제를 풀었습니다


Error handling
If the input is a negative number, generate an error. Otherwise, return the number.

3년 초과 전

문제를 풀었습니다


Travel time
Calculate the time (in hours) it takes a car traveling at a given uniform speed of s km/hour to travel a distance of d km. For i...

3년 초과 전

문제를 풀었습니다


For a given linear index as input for n sized square matrix, find corresponding row and column.
If input is 1, the row and column will be 1 and 1 respectively.

3년 초과 전

문제를 풀었습니다


Draw a '1' in a zero matrix!

3년 초과 전

문제를 풀었습니다


Average of odd values
Find the average of odd values in given a matrix. e.g x=[ 4 11 8 ; 9 2 7 ] y =( 11 + 9+ 7 ) / 3

3년 초과 전

더 보기