문제를 풀었습니다


Matrix operation

3년 초과 전

문제를 풀었습니다


Size

3년 초과 전

문제를 풀었습니다


imaginary

3년 초과 전

문제를 풀었습니다


delta x

3년 초과 전

문제를 풀었습니다


Ohmic Heating

3년 초과 전

문제를 풀었습니다


Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...

3년 초과 전

문제를 풀었습니다


most frequent character
Obtain the most frequent character. For example, s='balaram'; output='a'; If there is a tie between letters, return t...

3년 초과 전

문제를 풀었습니다


Find the index of n in magic(n)
If input n=5, then magic(n) is 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22...

3년 초과 전

문제를 풀었습니다


ascii value
let input='a' output=97

3년 초과 전

문제를 풀었습니다


reverse string
input='rama' output='amar'

3년 초과 전

문제를 풀었습니다


Getting the row and column location from a matrix
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to get <http://www.mathwo...

3년 초과 전

문제를 풀었습니다


Find Logic 18

3년 초과 전

문제를 풀었습니다


Find Logic 17

3년 초과 전

문제를 풀었습니다


Find Logic 16

3년 초과 전

문제를 풀었습니다


Find Logic 14

3년 초과 전

문제를 풀었습니다


Find Logic 15

3년 초과 전

문제를 풀었습니다


Find Logic 13

3년 초과 전

문제를 풀었습니다


Find Logic 12

3년 초과 전

문제를 풀었습니다


Find Logic 11

3년 초과 전

문제를 풀었습니다


Find Logic 10

3년 초과 전

문제를 풀었습니다


Find Logic 9

3년 초과 전

문제를 풀었습니다


Find Logic 8

3년 초과 전

문제를 풀었습니다


Find Logic 7

3년 초과 전

문제를 풀었습니다


Find Logic 6

3년 초과 전

문제를 풀었습니다


Find Logic 4

3년 초과 전

문제를 풀었습니다


Find Logic 3

3년 초과 전

문제를 풀었습니다


Find Logic 1

3년 초과 전

문제를 풀었습니다


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

3년 초과 전

문제를 풀었습니다


Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...

3년 초과 전

문제를 풀었습니다


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

3년 초과 전

더 보기