문제를 풀었습니다


find "greatest common divisor" of two integer value
A function to find Greatest Common Divisor of two integer input E.G. x=-18 y=96 output should be +6 x=-18; y=96; >>your...

2년 초과 전

문제를 풀었습니다


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

2년 초과 전

문제를 풀었습니다


Find square of given number
Find Square of any number

2년 초과 전

문제를 풀었습니다


Watt
Ampere x Volt = Watt

2년 초과 전

문제를 풀었습니다


Ounces to Kilograms
convert ounces to kilograms, easy

2년 초과 전

문제를 풀었습니다


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

2년 초과 전

문제를 풀었습니다


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

2년 초과 전

문제를 풀었습니다


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

2년 초과 전

문제를 풀었습니다


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

2년 초과 전

문제를 풀었습니다


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

2년 초과 전

문제를 풀었습니다


cube of number
find cube of number

2년 초과 전

문제를 풀었습니다


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

2년 초과 전

문제를 풀었습니다


divide by 5

2년 초과 전

문제를 풀었습니다


Calculate the area of a circle
Given a circle of diameter x calculate its area

2년 초과 전

문제를 풀었습니다


Voltage in a lamp
A lamp is measured to have a resistance of R ohms when it operates at a power of P Watts. What is the voltage (in volts) being a...

2년 초과 전

문제를 풀었습니다


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

2년 초과 전

문제를 풀었습니다


Mile to Kilometer
x is mile and y is km

2년 초과 전

문제를 풀었습니다


Square root of number
Square root of given number.

2년 초과 전

문제를 풀었습니다


Nth root
Nth root of a number x

2년 초과 전

문제를 풀었습니다


Square
square root of x

2년 초과 전

문제를 풀었습니다


Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*

2년 초과 전

문제를 풀었습니다


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

2년 초과 전

문제를 풀었습니다


square root
Find square root of given number

2년 초과 전

문제를 풀었습니다


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

2년 초과 전

문제를 풀었습니다


Volume of Cylinder
Find the volume of a cylinder

2년 초과 전

문제를 풀었습니다


Bruh
Return 'bruh'.

2년 초과 전

문제를 풀었습니다


Calculate distance travelled when given radius and rotations
When given radius of wheel and number of rotations calculate total distance travelled consider pi=3.14

2년 초과 전

문제를 풀었습니다


ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...

2년 초과 전

문제를 풀었습니다


2倍してみよう - ここからスタート!
初めにこの問題を試してみよう。 入力としてxを与え、それを2倍して結果をyに代入せよ。 Examples: Input x = 2 Output y is 4 Input x = 17 Output y is 34 ...

2년 초과 전

문제를 풀었습니다


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

2년 초과 전

더 보기