문제를 풀었습니다


Solve equation numerically
y'=y In order to solve equation using computer, numerical analysis are needed. 1st order Euler's method is one of the metho...

5년 초과 전

문제를 풀었습니다


Solve system of equation!
Given provided system of equation, and find x and y. System of equation can be expressed as each term's coefficient. For exam...

5년 초과 전

문제를 풀었습니다


Calculate solution of given polynomial
For example, y=function([3 -2 -4]) In here, input vector indicate 3*x^2-2*x-4, y is solution of former equation. y=[1.5...

5년 초과 전

문제를 풀었습니다


Solve the system of linear equations
4x - 2y +6z=8 2x + 8y +2z=4 6x + 10y +3z=0 Input is each coefficient of polynomial. For example, a=[4 ...

5년 초과 전

문제를 풀었습니다


Find the Area of a Polygon
Consider 2-D geometry and assume that the points are given in form of rows of a matrix. Find the area of polygon enclosed by the...

5년 초과 전

문제를 풀었습니다


calculate PI without using pi function
There are many methods to get the pi(Ratio of circumference to diameter). You should get pi without using the pi function in M...

5년 초과 전

문제를 풀었습니다


Create a matrix with difference of each row of input matrix
With a given input matrix A, create a output matrix B in such a way that each row in B is a difference of rows of input matrix A...

5년 초과 전

문제를 풀었습니다


Upper Matrix Mock
Given a vector v=[1 3 6 9 11], turn it into a matrix 'ramp' like so: m=[1 3 6 9 11; 0 1 3 6 9; 0 0 1 3 6; 0 0 0 1...

5년 초과 전

문제를 풀었습니다


Set x value to each odd index of vector y.
Set x value to each odd index of vector y.

5년 초과 전

문제를 풀었습니다


Circular Shift Me
Given a vector v=[1 3 6 9 11], circular shift them while iterating m=[1 3 6 9 11; 11 1 3 6 9; 9 11 1 3 6; 6 9 11 1 3; 3 6 9 1...

5년 초과 전

문제를 풀었습니다


Implement zero-based indexing for Matrices
Given an input vector and position (which is zero based) output the value Example: x = [1 2; 4 5] pos = [0 1] value = 5 ...

5년 초과 전

문제를 풀었습니다


Get 1-4-3-4-4
Get the value of the indices in the title and assign it to an array

5년 초과 전

문제를 풀었습니다


Simple return on investment
Assume you have some money and want to invest all your money to stock market. You randomly select a stock and invest all your mo...

5년 초과 전

문제를 풀었습니다


Back to basics 16 - byte order
Covering some basic topics I haven't seen elsewhere on Cody. Switch the byte order of the input (i.e. if little-endian -> big...

5년 초과 전

문제를 풀었습니다


Find Logic 18

5년 초과 전

문제를 풀었습니다


Find Logic 17

5년 초과 전

문제를 풀었습니다


Find Logic 16

5년 초과 전

문제를 풀었습니다


Find Logic 14

5년 초과 전

문제를 풀었습니다


Find Logic 15

5년 초과 전

문제를 풀었습니다


Find Logic 13

5년 초과 전

문제를 풀었습니다


Find Logic 12

5년 초과 전

문제를 풀었습니다


Find Logic 11

5년 초과 전

문제를 풀었습니다


Find Logic 10

5년 초과 전

문제를 풀었습니다


Find Logic 8

5년 초과 전

문제를 풀었습니다


Find Logic 7

5년 초과 전

문제를 풀었습니다


Find Logic 6

5년 초과 전

문제를 풀었습니다


Find Logic 3

5년 초과 전

문제를 풀었습니다


Find Logic 1

5년 초과 전

문제를 풀었습니다


Find Logic 4

5년 초과 전

문제를 풀었습니다


Temperature question
get the temperature...in celcius

5년 초과 전

더 보기