문제를 풀었습니다


to the 2 all elements
to the 2 all elements

6일 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

6일 전

문제를 풀었습니다


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

6일 전

문제를 풀었습니다


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. For...

6일 전

문제를 풀었습니다


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

6일 전

문제를 풀었습니다


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

6일 전

문제를 풀었습니다


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...

6일 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

6일 전

문제를 풀었습니다


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

6일 전

문제를 풀었습니다


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

6일 전

문제를 풀었습니다


modulus of a number
find the modulus of a given number

6일 전

문제를 풀었습니다


Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...

6일 전

문제를 풀었습니다


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

6일 전

문제를 풀었습니다


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...

6일 전

문제를 풀었습니다


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

6일 전

문제를 풀었습니다


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

6일 전

문제를 풀었습니다


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

6일 전

문제를 풀었습니다


Return area of square
Side of square=input=a Area=output=b

6일 전

문제를 풀었습니다


EPS Assist Map with respect to the Vehicle Speed
In Electric Power Steering (EPS), assist torque reduces as vehicle speed increases to improve stability at high speeds. Given S...

6일 전

문제를 풀었습니다


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

6일 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6일 전

문제를 풀었습니다


Total energy

6일 전

문제를 풀었습니다


Potential energy calculation

6일 전

문제를 풀었습니다


Kinetic energy calculation

6일 전

문제를 풀었습니다


Laws of motion 1

6일 전

문제를 풀었습니다


Laws of motion 2

6일 전

문제를 풀었습니다


Laws of motion 3

6일 전

문제를 풀었습니다


Laws of motion 5
Calculate the force is u are given mass and acceleration.

6일 전

문제를 풀었습니다


Laws of motion 6

6일 전

문제를 풀었습니다


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end),...

6일 전

더 보기