
Divyaprakash
Indian Institute of Technology Delhi
PhD Student Applied Mechanics
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Statistiken
RANG
83.767
of 277.991
REPUTATION
0
BEITRÄGE
1 Frage
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
6.645 of 18.806
REPUTATION
148
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
25 Dateien
DOWNLOADS
77
ALL TIME DOWNLOADS
1287
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
etwa ein Jahr vor | 2 Downloads |
Gesendet
Boundary Element Method
Two-dimensional boundary element solver
etwa ein Jahr vor | 14 Downloads |

Gesendet
The Jacobi Method
Solves a system of equations using the Jacobi method
etwa ein Jahr vor | 1 Download |
Gesendet
Potential Flow
Plots planar irrotational flows using the superposition principle
etwa ein Jahr vor | 5 Downloads |

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

Gesendet
Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution
mehr als ein Jahr vor | 9 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 | 3 Downloads |
Gesendet
smd_vibrations
Solves for the forced vibrations of a spring-mass-damper system
fast 2 Jahre vor | 3 Downloads |
Gesendet
taylor_series
Returns the Taylor series and its evaluation at a point.
fast 2 Jahre vor | 3 Downloads |
Gesendet
cranknicolsonheat
Solves a 1D transient heat conduction problem
fast 2 Jahre vor | 1 Download |
Gesendet
odephaseportrait
Draws a 2D phase portrait of a given system of 2 ODEs
fast 2 Jahre 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.
fast 2 Jahre 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...
fast 2 Jahre 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 ...
fast 2 Jahre vor