photo

Anirudh Sharma


2016년부터 활동

Followers: 0   Following: 0

통계학

All
  • First Review
  • Thankful Level 1
  • Promoter
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Display negative numbers
Given array,x, display all the negative numbers and display output as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

거의 8년 전

문제를 풀었습니다


Standard Deviation
Find standard deviation of an array.

거의 8년 전

문제를 풀었습니다


Mean of a matrix
Determine numeric mean of a matrix

거의 8년 전

문제를 풀었습니다


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

거의 8년 전

문제를 풀었습니다


Leap year or Not
Check if a given year is Leap year or not.

거의 8년 전

문제를 풀었습니다


Number of primes
Count the number of primes less than 'n'.

거의 8년 전

문제를 풀었습니다


kmph to mph converter
Convert the speed in miles/hour to km/hour.

거의 8년 전

문제를 풀었습니다


Roots of a quadratic equation.
Calculate the roots of a quadratic equation, given coefficients a, b, and c, for the equation a*x^2 + b*x + c = 0.

거의 8년 전

문제를 풀었습니다


Linear system of equations
Solve the system of equations in three variables.

거의 8년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 8년 전