Community Profile

photo

Vidushi Jain


2015 年からアクティブ

Followers: 0   Following: 0

統計

  • Quiz Master
  • Creator
  • Commenter
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Write an expression
if 1 = 2 2 = 5 3 = 10 4 = ?

9年弱 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

9年弱 前

解決済み


row removal
Consider a matrix and remove the first row of the matrix.

9年弱 前

問題


row removal
Consider a matrix and remove the first row of the matrix.

9年弱 前 | 2 | 125 個のソルバー

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

9年弱 前

解決済み


Sum of series of numbers
Find the sum of numbers from 1-50 using for loop.

9年弱 前

問題


Sum of series of numbers
Find the sum of numbers from 1-50 using for loop.

9年弱 前 | 0 | 20 個のソルバー

解決済み


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

9年弱 前

解決済み


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

9年弱 前

解決済み


equate
equate y to x

9年弱 前

解決済み


power
Calculate power for given voltage and current

9年弱 前

解決済み


calculate accleration
Cal accleration for given time and distance

9年弱 前

解決済み


trignometric function
calculate sinx ,if you are given with tanx

9年弱 前

解決済み


Perfect Square
Find a function that finds the root of a perfect number!

9年弱 前

解決済み


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

9年弱 前

解決済み


Double colon operator: Counting up
* Construct a row array countValues from 1 to endValue, using the double colon operator. Ex: If endValue is 5, countValues s...

9年弱 前

解決済み


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

9年弱 前

解決済み


Add 8 to given num
add 8 to given number

9年弱 前

解決済み


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

9年弱 前

解決済み


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

9年弱 前

解決済み


Find the realtion between x and y
x=1 then y=3, x=2 then y=7, x=3 then y=13,

9年弱 前

問題


Find the realtion between x and y
x=1 then y=3, x=2 then y=7, x=3 then y=13,

9年弱 前 | 0 | 23 個のソルバー

解決済み


Test if a number is numeric or not
Test if a number is numeric or not

9年弱 前

解決済み


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

9年弱 前

解決済み


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

9年弱 前

解決済み


Was ist denn los?
Nur für deutschsprechende Leute! Wie geht's? ...also gut, bis bald!

9年弱 前

解決済み


Find relation between x and y.
if 1 = 2 2 = 9 3 = 28 How is x related with y?

9年弱 前

解決済み


Dare to solve this
Find square of any number

9年弱 前

解決済み


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

9年弱 前

解決済み


increase the number by 7
You need to increase any given digit by 7

9年弱 前

さらに読み込む