
Divyaprakash
Indian Institute of Technology Delhi
PhD Student Applied Mechanics
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Statistics
RANK
145,041
of 260,551
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
8,694 of 17,905
REPUTATION
75
AVERAGE RATING
0.00
CONTRIBUTIONS
24 Files
DOWNLOADS
95
ALL TIME DOWNLOADS
612
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Cofactors (signed minors)
Calculates the co-factors of each element of a matrix
30 days ago | 3 downloads |
Submitted
Boundary Element Method
Two-dimensional boundary element solver
2 months ago | 11 downloads |

Submitted
The Jacobi Method
Solves a system of equations using the Jacobi method
3 months ago | 2 downloads |
Submitted
Potential Flow
Plots planar irrotational flows using the superposition principle
4 months ago | 7 downloads |

Submitted
Simpson's 1/3rd rule of numerical integrations
Calculates the integral using Simpson's 1/3rd rule
6 months ago | 1 download |
Submitted
projectile_distance
Calculates the horizontal distance traveled by a projectile
6 months ago | 2 downloads |
Solved
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
6 months ago
Solved
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...
6 months ago
Submitted
Richardson Extrapolation
Calculates approximation using Richardson's extrapolation
6 months ago | 7 downloads |
Submitted
Numerical Integration using Finite Sum
Approximates an integral by a finite sum
6 months ago | 1 download |
Submitted
flow_visualization
Plots streamlines, streaklines and pathlines
6 months ago | 3 downloads |

Submitted
Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution
6 months ago | 13 downloads |

Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
9 months ago
Submitted
Newton-Rhapson Method (System of Nonlinear Equations)
Calculates the roots of equation(s) using Newton-RhapsonMethod
10 months ago | 7 downloads |
Submitted
smd_vibrations
Solves for the forced vibrations of a spring-mass-damper system
10 months ago | 5 downloads |
Submitted
taylor_series
Returns the Taylor series and its evaluation at a point.
10 months ago | 2 downloads |
Submitted
cranknicolsonheat
Solves a 1D transient heat conduction problem
11 months ago | 1 download |
Submitted
odephaseportrait
Draws a 2D phase portrait of a given system of 2 ODEs
11 months ago | 2 downloads |
Solved
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
12 months ago
Solved
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...
12 months ago
Solved
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 ...
12 months ago
Question
How can I use funtions defined in a column vector individually?
I am looking to solve a problem using ode45 and Runge-Kutta method. For ode45 I hav defined the function as follows. odefun = @...
12 months ago | 2 answers | 0