문제를 풀었습니다


Laws of motion 6

대략 5년 전

문제를 풀었습니다


Laws of motion 7

대략 5년 전

문제를 풀었습니다


Generate a random matrix A of (1,-1)
Input n: is an positive integer which serves as the dimension of the matrix A; Output: A=(Aij),where each entry Aij is either...

대략 5년 전

문제를 풀었습니다


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

대략 5년 전

문제를 풀었습니다


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

대략 5년 전

문제를 풀었습니다


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

대략 5년 전

문제를 풀었습니다


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

대략 5년 전

문제를 풀었습니다


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

대략 5년 전

문제를 풀었습니다


Energy Conversion 2

대략 5년 전

문제를 풀었습니다


Energy Conversion 1

대략 5년 전

문제를 풀었습니다


Area Conversion 2

대략 5년 전

문제를 풀었습니다


Velocity Conversion

대략 5년 전

문제를 풀었습니다


Area Conversion 1

대략 5년 전

문제를 풀었습니다


Mass Conversion 2

대략 5년 전

문제를 풀었습니다


Mass Conversion 1

대략 5년 전

문제를 풀었습니다


Temperature Conversion 3

대략 5년 전

문제를 풀었습니다


Temperature Conversion 2

대략 5년 전

문제를 풀었습니다


Temperature Conversion 1

대략 5년 전

문제를 풀었습니다


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

대략 5년 전

문제를 풀었습니다


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

대략 5년 전

문제를 풀었습니다


Box
Give the volume of a box, x is equal to the body diagonal.

대략 5년 전

문제를 풀었습니다


Problem for beginners
Suppose that x is a column vector, with at least a length of 6. Delete the 2., 6., and the second last row. Example: X=[1;2;3...

대략 5년 전

문제를 풀었습니다


Problem for beginners
M is a nxm matrix. Swap the fist and the second last column with eachother. X=[1 2 3;4 5 6;7 8 9] Y=[2 1 3;5 4 6;8 7 9]

대략 5년 전

문제를 풀었습니다


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

대략 5년 전

문제를 풀었습니다


Square
X is a number, write a code, where Y should be the square of X.

대략 5년 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

대략 5년 전

문제를 풀었습니다


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

대략 5년 전

문제를 풀었습니다


Matrix for beginners
Multiply x and y elemwise.

대략 5년 전

문제를 풀었습니다


Find Logic 13

대략 5년 전

문제를 풀었습니다


Find Logic 15

대략 5년 전

더 보기