
Divyaprakash
Indian Institute of Technology Delhi
PhD Student Applied Mechanics
Programming Languages:
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Content Feed
제출됨
Cofactors (signed minors)
Calculates the co-factors of each element of a matrix
1년 초과 전 | 다운로드 수: 2 |
제출됨
Potential Flow
Plots planar irrotational flows using the superposition principle
1년 초과 전 | 다운로드 수: 1 |

제출됨
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년 초과 전
문제를 풀었습니다
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 |
제출됨
Numerical Integration using Finite Sum
Approximates an integral by a finite sum
1년 초과 전 | 다운로드 수: 1 |
제출됨
Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution
1년 초과 전 | 다운로드 수: 7 |

문제를 풀었습니다
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 |
문제를 풀었습니다
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
대략 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년 전