Community Profile

photo

Divyaprakash


Indian Institute of Technology Delhi

Last seen: 3일 전 2020년부터 활동

PhD Student Applied Mechanics

Programming Languages:
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi

통계

All
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • First Submission
  • First Review
  • Solver

배지 보기

Content Feed

보기 기준

제출됨


Collatz Conjecture
Visualization of the Collatz conjecture

대략 1년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Cofactors (signed minors)
Calculates the co-factors of each element of a matrix

1년 초과 전 | 다운로드 수: 2 |

제출됨


Boundary Element Method
Two-dimensional boundary element solver

1년 초과 전 | 다운로드 수: 14 |

Thumbnail

제출됨


Midpoint Method
Solves IVP using the Midpoint method

1년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


The Jacobi Method
Solves a system of equations using the Jacobi method

1년 초과 전 | 다운로드 수: 1 |

제출됨


Potential Flow
Plots planar irrotational flows using the superposition principle

1년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Secant Method
Calculates the root of a function

1년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Simpson's 1/3rd rule of numerical integrations
Calculates the integral using Simpson's 1/3rd rule

1년 초과 전 | 다운로드 수: 1 |

제출됨


projectile_distance
Calculates the horizontal distance traveled by a projectile

1년 초과 전 | 다운로드 수: 2 |

문제를 풀었습니다


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

1년 초과 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

1년 초과 전

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

1년 초과 전

제출됨


Richardson Extrapolation
Calculates approximation using Richardson's extrapolation

1년 초과 전 | 다운로드 수: 3 |

제출됨


Bisection Method
Calculates the root of a function

1년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Numerical Integration using Finite Sum
Approximates an integral by a finite sum

1년 초과 전 | 다운로드 수: 1 |

제출됨


flow_visualization
Plots streamlines, streaklines and pathlines

1년 초과 전 | 다운로드 수: 5 |

Thumbnail

제출됨


Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution

1년 초과 전 | 다운로드 수: 7 |

Thumbnail

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

거의 2년 전

제출됨


Newton-Rhapson Method (System of Nonlinear Equations)
Calculates the roots of equation(s) using Newton-RhapsonMethod

대략 2년 전 | 다운로드 수: 4 |

제출됨


smd_vibrations
Solves for the forced vibrations of a spring-mass-damper system

대략 2년 전 | 다운로드 수: 3 |

제출됨


taylor_series
Returns the Taylor series and its evaluation at a point.

대략 2년 전 | 다운로드 수: 1 |

제출됨


cranknicolsonheat
Solves a 1D transient heat conduction problem

대략 2년 전 | 다운로드 수: 1 |

제출됨


odephaseportrait
Draws a 2D phase portrait of a given system of 2 ODEs

대략 2년 전 | 다운로드 수: 1 |

제출됨


RK4
Solves IVP using using Runge-Kutta Method

대략 2년 전 | 다운로드 수: 2 |

제출됨


Euler's Method
Solves IVP using Euler's method

대략 2년 전 | 다운로드 수: 1 |

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

대략 2년 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

대략 2년 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

대략 2년 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

더 보기