
Divyaprakash
Indian Institute of Technology Delhi
PhD Student Applied Mechanics
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Statistics
RANG
84.259
of 273.628
REPUTATION
0
BEITRÄGE
1 Frage
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
7.065 of 18.460
REPUTATION
128
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
25 Dateien
DOWNLOADS
92
ALL TIME DOWNLOADS
1088
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Gesendet
Cofactors (signed minors)
Calculates the co-factors of each element of a matrix
8 Monate vor | 2 Downloads |
Gesendet
Boundary Element Method
Two-dimensional boundary element solver
9 Monate vor | 11 Downloads |

Gesendet
The Jacobi Method
Solves a system of equations using the Jacobi method
10 Monate vor | 1 Download |
Gesendet
Potential Flow
Plots planar irrotational flows using the superposition principle
11 Monate vor | 6 Downloads |

Gesendet
Simpson's 1/3rd rule of numerical integrations
Calculates the integral using Simpson's 1/3rd rule
etwa ein Jahr vor | 2 Downloads |
Gesendet
projectile_distance
Calculates the horizontal distance traveled by a projectile
etwa ein Jahr vor | 1 Download |
Gelöst
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
etwa ein Jahr vor
Gelöst
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...
etwa ein Jahr vor
Gesendet
Richardson Extrapolation
Calculates approximation using Richardson's extrapolation
etwa ein Jahr vor | 7 Downloads |
Gesendet
Numerical Integration using Finite Sum
Approximates an integral by a finite sum
etwa ein Jahr vor | 3 Downloads |
Gesendet
flow_visualization
Plots streamlines, streaklines and pathlines
etwa ein Jahr vor | 5 Downloads |

Gesendet
Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution
etwa ein Jahr vor | 12 Downloads |

Gelöst
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
mehr als ein Jahr vor
Gesendet
Newton-Rhapson Method (System of Nonlinear Equations)
Calculates the roots of equation(s) using Newton-RhapsonMethod
mehr als ein Jahr vor | 2 Downloads |
Gesendet
smd_vibrations
Solves for the forced vibrations of a spring-mass-damper system
mehr als ein Jahr vor | 4 Downloads |
Gesendet
taylor_series
Returns the Taylor series and its evaluation at a point.
mehr als ein Jahr vor | 1 Download |
Gesendet
cranknicolsonheat
Solves a 1D transient heat conduction problem
mehr als ein Jahr vor | 2 Downloads |
Gesendet
odephaseportrait
Draws a 2D phase portrait of a given system of 2 ODEs
mehr als ein Jahr vor | 2 Downloads |
Gelöst
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
mehr als ein Jahr vor
Gelöst
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...
mehr als ein Jahr vor
Gelöst
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 ...
mehr als ein Jahr vor