Community Profile

photo

Srinivasan S


Last seen: 1 year ago Active since 2020

Statistics

All
  • GitHub Submissions Level 2
  • Personal Best Downloads Level 1
  • First Submission
  • Solver

View badges

Content Feed

View by

Submitted


Non-Linear Curve Fitting
Curve fitting for a polynomial from a given set of data.

3 years ago | 2 downloads |

Submitted


Blasius equation and velocity profile over a flat plate
This code solved third-order non-linear Blasius equation and plots velocity vectors inside the boundary layer

3 years ago | 16 downloads |

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 years ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

3 years ago

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

3 years ago

Solved


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

3 years ago