문제를 풀었습니다


Sieve of Eratosthenes
Find the nth lucky prime number. <https://planetmath.org/luckyprime> can u find a way for large n?

3개월 전

문제를 풀었습니다


Area-06
The length of the side of a square is given. Draw 4 quarter-circles inside the square from 4 corners with a radius equal to the...

3개월 전

문제를 풀었습니다


Find the shortest distance between a point and a straight line.
Given the Cartesian coordinates of three points A, B and C (in a flat Euclidean space), find the shortest distance between the ...

3개월 전

문제를 풀었습니다


Area-05
The dimension of a rectangle is given. There are two circles of equal size that are inscribed inside it.The circles are tangent ...

3개월 전

문제를 풀었습니다


XOR fibonacci
a & b are the first two terms in the xor fibonacci sequence. Find the nth term of that sequence. XOR fib sequence is that in ...

3개월 전

문제를 풀었습니다


Area-04
The dimension of a rectangle is given. There are two circles of equal size that are inscribed inside it.The circles are tangent ...

3개월 전

문제를 풀었습니다


Area-03
There are two circles of equal size are inscribed inside a square. They are tangent to each other. <https://serving.photos.ph...

3개월 전

문제를 풀었습니다


Take it out
Consider the integer number sequence N (1 to infinity). After each iteration, take out the (k+1)th elements; where k is the n...

3개월 전

문제를 풀었습니다


Area-02
Given the radius of the circle inscribed in a square, find the area of the square that can be fitted perfectly in the corner. ...

3개월 전

문제를 풀었습니다


Area-01
Given the radius of the circle inscribed in a square, find the area that is not bounded by the circle but inside the square. ...

3개월 전

문제를 풀었습니다


Find the index of elements in a string vector
In the vector of v, find the index of elements specified by a. v = ["Lion","Koara","Elephant","Snake","Dog","Cat","Camel"]; ...

3개월 전

문제를 풀었습니다


Decimal to binary conversion (without using built-in function)
convert the given decimal number to its equivalent binary without using built-in function. * n=18 * out='10010'

3개월 전

문제를 풀었습니다


Decimal Fraction to binary conversion
Given an fraction decimal number n, convert it to its equivalent binary number. If it is an infinite binary fraction, keep it...

3개월 전

문제를 풀었습니다


Positive Definiteness of a Matrix
Determine if input matrix is positive definite or not.

3개월 전

문제를 풀었습니다


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

3개월 전

문제를 풀었습니다


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

3개월 전

문제를 풀었습니다


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

3개월 전

문제를 풀었습니다


Basic Physics VII
Calculate the speed.

3개월 전

문제를 풀었습니다


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

3개월 전

문제를 풀었습니다


Basic Physics V
Calculate the Weight (w).

3개월 전

문제를 풀었습니다


Basic Physics IV
Calculate the Work.

3개월 전

문제를 풀었습니다


Basic Physics III
Calculate the Potential Energy (PE).

3개월 전

문제를 풀었습니다


Basic Physics II
Get the Kinetic Energy (KE).

3개월 전

문제를 풀었습니다


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

3개월 전

문제를 풀었습니다


Find square of given number
Find Square of any number

3개월 전

문제를 풀었습니다


Get Next Combination
Return next combination For example three-element combinations of 1:5 1 2 3 1 2 4 1 ...

3개월 전

문제를 풀었습니다


Given a vector x, return vector y with all negative elements from the vector x.
Given a vector x, return vector y with all negative elements from the vector x if x has negative elements. Otherwise return 0. ...

3개월 전

문제를 풀었습니다


Question 1
Implement a function named q1 with one input argument named n. This function should return the multiplication of all odd numbers...

3개월 전

문제를 풀었습니다


generate the matrix
given 3 inputs e.g [2,3,4] -- generate a matrix like below -- [2 2 0 0 0 0 0 0 0; 2 2 0 0 0 0 0 0 0; 0 0 3 3 3 0 0 0 0; 0 0...

3개월 전

문제를 풀었습니다


Calculating large fibonacci numbers
The fibonacci sequence starts 1,1,2,3,5,8... Find the the n'th fibonacci number. Then calculate round(log10( . )) of that n't...

3개월 전

더 보기