Community Profile

photo

Srinivasan S


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

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

查看徽章

Feeds

排序方式:

已提交


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

3 years 前 | 2 次下载 |

已提交


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 前 | 12 次下载 |

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前