Community Profile

photo

Neha Singh


IIT Roorkee

2016년부터 활동

Followers: 0   Following: 0

연락

M Tech (RF and Microwaves)

통계

  • Quiz Master
  • Scavenger Finisher
  • Speed Demon
  • Creator
  • Commenter
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Change matrix to vector
Vector is a matrix whose size is 1 x n or n x 1. Change matrix to vector. x = 4 3 5 1 ...

7년 초과 전

문제를 풀었습니다


Display positive elements of matrix.
Display positive elements of matrix.

7년 초과 전

문제를 풀었습니다


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

7년 초과 전

문제를 풀었습니다


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

7년 초과 전

문제를 풀었습니다


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

7년 초과 전

문제를 풀었습니다


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

7년 초과 전

문제를 풀었습니다


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

7년 초과 전

문제를 풀었습니다


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

7년 초과 전

문제를 풀었습니다


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

7년 초과 전

문제를 풀었습니다


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

7년 초과 전

문제를 풀었습니다


Square root of a number
Write a code that will output the square root of x.

7년 초과 전

문제를 풀었습니다


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

7년 초과 전

문제를 풀었습니다


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

7년 초과 전

문제를 풀었습니다


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

7년 초과 전

문제를 풀었습니다


Log of a number
Write a script that will give the log of x as output.

7년 초과 전

문제를 풀었습니다


Find the qube of a give number.
You are given a number, find the qube of that number.

7년 초과 전

문제를 풀었습니다


find sum of the numbers in array
calculate the sum of numbers in a given array

7년 초과 전

문제를 풀었습니다


find max
You are given an array number find the maximum

7년 초과 전

문제를 풀었습니다


find minimum
find the minimum from an array

7년 초과 전

문제를 풀었습니다


Find mean
given an array, find the mean of the number in that array

7년 초과 전

문제를 풀었습니다


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

7년 초과 전

문제를 풀었습니다


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

7년 초과 전

문제를 풀었습니다


first element of matrix
find the first elements of a column matrix

7년 초과 전

문제를 풀었습니다


find lenth of array
you have given an array, find the length of that.

7년 초과 전

문제를 풀었습니다


Find subtraction
Given a, b. Find a-b

7년 초과 전

문제를 풀었습니다


list of prime numbers
n is given find the largest prime number <=n

7년 초과 전

문제를 풀었습니다


Calculating cost
You sold a Product at $x and gain 10% What was the cost of the product?

7년 초과 전

문제를 풀었습니다


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

7년 초과 전

문제를 풀었습니다


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

7년 초과 전

문제를 풀었습니다


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

7년 초과 전

더 보기