문제를 풀었습니다


Row sum

대략 2년 전

문제를 풀었습니다


Row avg

대략 2년 전

문제를 풀었습니다


Factorial

대략 2년 전

문제를 풀었습니다


find the height

대략 2년 전

문제를 풀었습니다


PIN code

대략 2년 전

문제를 풀었습니다


F.R.I.E.N.D.S

대략 2년 전

문제를 풀었습니다


Find the sum of all integers in a given matrix
Finding sum of all integers in a given matrix

대략 2년 전

문제를 풀었습니다


Divide pi
Divide pi by x!

대략 2년 전

문제를 풀었습니다


Draw the symbol '+'
Draw '+' in an x-by-x matrix (where x is odd and x >3) Example: x = 5 y = [0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 0 ...

대략 2년 전

문제를 풀었습니다


Summation of integers

대략 2년 전

문제를 풀었습니다


square of a number
find square of a given number

대략 2년 전

문제를 풀었습니다


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

대략 2년 전

문제를 풀었습니다


Power Numbers
Find the n-th power of m.

대략 2년 전

문제를 풀었습니다


Sort in descending order.

대략 2년 전

문제를 풀었습니다


area

대략 2년 전

문제를 풀었습니다


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

대략 2년 전

문제를 풀었습니다


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

대략 2년 전

문제를 풀었습니다


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

대략 2년 전

문제를 풀었습니다


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

대략 2년 전

문제를 풀었습니다


Square a Number
Given an input x, return y, which is equal to the square of x.

대략 2년 전

문제를 풀었습니다


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

대략 2년 전

문제를 풀었습니다


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

대략 2년 전

문제를 풀었습니다


length of a vector
Find twice the length of a given vector.

대략 2년 전

문제를 풀었습니다


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

대략 2년 전

문제를 풀었습니다


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

대략 2년 전

문제를 풀었습니다


01 - Scalar variables
Create the following variables: <<http://samle.dk/STTBDP/Assignment1_1.png>>

대략 2년 전

문제를 풀었습니다


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

대략 2년 전

문제를 풀었습니다


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

대략 2년 전

더 보기