photo

vinayak patil


Last seen: 6 years ago Active since 2015

Followers: 0   Following: 0

Statistics

Cody

13 Problems
80 Solutions

RANK
N/A
of 300,871

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,100

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8,311
of 171,460

CONTRIBUTIONS
13 Problems
80 Solutions

SCORE
890

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

View badges

Feeds

View by

Solved


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

10 years ago

Solved


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

10 years ago

Solved


length of a vector
Find twice the length of a given vector.

10 years ago

Solved


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...

10 years ago

Solved


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

10 years ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

10 years ago

Solved


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

10 years ago

Problem


Return the size of matrix x
Return the size of matrix x

10 years ago | 0 | 0 solvers

Solved


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

10 years ago

Solved


only input
Return the output without writing any code into the function.

10 years ago

Problem


Determine if character is in upper case
Determine if character is in upper case.If uppercase add 32 to the character

10 years ago | 0 | 0 solvers

Solved


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

10 years ago

Problem


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

10 years ago | 0 | 28 solvers

Problem


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

10 years ago | 3 | 174 solvers

Solved


factorial of a number x
Factorial of a number x

10 years ago

Problem


factorial of a number x
Factorial of a number x

10 years ago | 2 | 388 solvers

Problem


Convert matrix to string
Convert matrix x to string

10 years ago | 0 | 0 solvers

Solved


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

10 years ago

Problem


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

10 years ago | 1 | 139 solvers

Solved


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

10 years ago

Problem


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

10 years ago | 1 | 148 solvers

Problem


Calculate the logarithm of number
Calculate the logarithm of number x

10 years ago | 1 | 124 solvers

Problem


Determine if a row vector has NaN
Determine if a row vector x has NaN

10 years ago | 1 | 134 solvers

Solved


Calculate square and cube of number
Calculate square and cube of number x

10 years ago

Problem


create square matrix of stars.Given z where rows and columns equal to max of z
create square matrix of stars.Given z where rows and columns equal to max of z

10 years ago | 0 | 6 solvers

Solved


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

10 years ago

Problem


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

10 years ago | 5 | 418 solvers

Problem


Volume of Cylinder
Compute the Circumference of a Cylinder given it's radius and height.Here x is the radius and y is the height

10 years ago | 0 | 67 solvers

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

10 years ago

Solved


Back to basics 15 - classes
Covering some basic topics I haven't seen elsewhere on Cody. Return the class of the input variable.

10 years ago

Load more