
Divyaprakash
Indian Institute of Technology Delhi
PhD Student Applied Mechanics
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Statistiken
RANG
241.303
of 281.537
REPUTATION
0
BEITRÄGE
1 Frage
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
6.419 of 19.046
REPUTATION
160
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
25 Dateien
DOWNLOADS
57
ALL TIME DOWNLOADS
1410
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Gesendet
Collatz Conjecture
Visualization of the Collatz conjecture
etwa ein Jahr vor | 1 Download |

Gesendet
Cofactors (signed minors)
Calculates the co-factors of each element of a matrix
mehr als ein Jahr vor | 2 Downloads |
Gesendet
Boundary Element Method
Two-dimensional boundary element solver
mehr als ein Jahr vor | 13 Downloads |

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

Gesendet
Simpson's 1/3rd rule of numerical integrations
Calculates the integral using Simpson's 1/3rd rule
mehr als ein Jahr vor | 1 Download |
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 | 1 Download |
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 | 7 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...
fast 2 Jahre vor
Gesendet
Newton-Rhapson Method (System of Nonlinear Equations)
Calculates the roots of equation(s) using Newton-RhapsonMethod
etwa 2 Jahre vor | 2 Downloads |
Gesendet
smd_vibrations
Solves for the forced vibrations of a spring-mass-damper system
etwa 2 Jahre vor | 2 Downloads |
Gesendet
taylor_series
Returns the Taylor series and its evaluation at a point.
etwa 2 Jahre vor | 1 Download |
Gesendet
cranknicolsonheat
Solves a 1D transient heat conduction problem
etwa 2 Jahre vor | 1 Download |
Gesendet
odephaseportrait
Draws a 2D phase portrait of a given system of 2 ODEs
etwa 2 Jahre vor | 1 Download |
Gelöst
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
etwa 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...
etwa 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 ...
etwa 2 Jahre vor