문제를 풀었습니다


Number Puzzles - 010

대략 1년 전

문제를 풀었습니다


Find the nth composite number.
Everyone heard about the nth prime number. Let's try to find out the nth composite. For example , 1 is the first composite, 10 i...

대략 1년 전

문제를 풀었습니다


area of a square
find the generic solution for an area of a square

대략 1년 전

문제를 풀었습니다


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

대략 1년 전

문제를 풀었습니다


F-score

대략 1년 전

문제를 풀었습니다


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

대략 1년 전

문제를 풀었습니다


Pad zero between every adjacent values of the vector.
you are given a vector x. you have to make an output vector y with zeros padded between every adjacent values of x. e.g x: ...

대략 1년 전

문제를 풀었습니다


Return the sequence element II
Given positive integers x and n, return a positive integer, y, which is the nth term in the <https://en.wikipedia.org/wiki/Juggl...

대략 1년 전

문제를 풀었습니다


How long does it take to run a bath?
Given the *volume flow rate* (volume/time) of a faucet and the *volume* of a bath tub, find the amount of time it takes to fill ...

대략 1년 전

문제를 풀었습니다


Explode string
Break a sentence into cell of words

대략 1년 전

문제를 풀었습니다


determine the sum of decimal part for given matrix
determine the sum of fraction part for the given matrix

대략 1년 전

문제를 풀었습니다


Number Puzzle - 088

대략 1년 전

문제를 풀었습니다


Number Puzzle - 085

대략 1년 전

문제를 풀었습니다


Number Puzzle - 081

대략 1년 전

문제를 풀었습니다


Number Puzzle - 080

대략 1년 전

문제를 풀었습니다


Number Puzzle - 078

대략 1년 전

문제를 풀었습니다


Digito das Dezenas
Dado um número inteiro n, retorne qual o digito referente ao digito das dezenas n = 250; digito = DigitoDezena(n); digito = 5...

대략 1년 전

문제를 풀었습니다


Find out if Quadratic Equation has real roots or not?
Input [a b c] ax^2+bx+c=0 Output [1 or 0] 1= Quadratic Equation has real roots 0= Quadratic Equation has imaginary roots

대략 1년 전

문제를 풀었습니다


Number Puzzle - 069

대략 1년 전

문제를 풀었습니다


Number Puzzle - 061

대략 1년 전

문제를 풀었습니다


Number Puzzle - 041

대략 1년 전

문제를 풀었습니다


Number Puzzle - 032

대략 1년 전

문제를 풀었습니다


Ordinary Annuity : Periodic Payment (Present Value)
Theorem : Present Value of an Ordinary Annuity where; P : Present value of all payments A : Periodic payment r : Interest ...

대략 1년 전

문제를 풀었습니다


Check if a matrix Diagonal is equal to its secondary diagonal
Your function should return True if the secondary diagonal is equal to diagonal, and False otherwise. Eg: M = [1 2 1 ...

대략 1년 전

문제를 풀었습니다


Add the number of horizontal and vertical movements to each matrix element
Given n, create a square matrix and with element (1,1) = 1, add 1 to each element for each horitizonal and vertical movement. E...

대략 1년 전

문제를 풀었습니다


Geometric Series
Given x and n, give the sum of x ^ 1 to x ^ n. You should not have to use a loop for this.

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


Loja de tintas
Faça um programa para uma loja de tintas. O programa deverá receber o tamanho em metros quadrados da área a ser pintada. Conside...

대략 1년 전

문제를 풀었습니다


Juros Compostos
Faça uma função que receba um capital inicial (C), uma taxa de juros a ser aplicada (i) e um tempo (t) para qual será aplicado o...

대략 1년 전

문제를 풀었습니다


Number Puzzle - 057

대략 1년 전

더 보기