Community Profile

photo

Sam Yang


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

Followers: 0   Following: 0

联系

Programming Languages:
Python, MATLAB, Fortran

统计数据

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

查看徽章

Feeds

排序方式:

已解决


Radiation Heat Transfer — View Factors (1)
View factors (aka configuration factors) are utilized in some radiation heat transfer models to estimate heat transfer rates bet...

2 years 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

2 years 前

已解决


Round to Nearest Multiple of 10^n

2 years 前

已解决


Temperature Conversion 2

2 years 前

已解决


New Matrix with vector addition on diagonal
consider 2 vectors x=[1 2 3] y=[4 5 6] then generate a new Matrix, where Addition of x & y will be diagonal Elements...

2 years 前

已解决


Perfect square.
Determine if the input is a perfect square or not. Example - If input is 25, return 1. If input is 17, return 0.

3 years 前