
Divyaprakash
Indian Institute of Technology Delhi
PhD Student Applied Mechanics
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi
Statistics
RANK
81 474
of 260 071
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
8 785 of 17 885
REPUTATION
72
AVERAGE RATING
0.00
CONTRIBUTIONS
24 Files
DOWNLOADS
94
ALL TIME DOWNLOADS
586
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
21 jours ago | 3 downloads |
Submitted
Boundary Element Method
Two-dimensional boundary element solver
environ 2 mois ago | 9 downloads |

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

Submitted
Simpson's 1/3rd rule of numerical integrations
Calculates the integral using Simpson's 1/3rd rule
5 mois ago | 1 download |
Submitted
projectile_distance
Calculates the horizontal distance traveled by a projectile
5 mois ago | 2 downloads |
Solved
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
6 mois 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 mois ago
Submitted
Richardson Extrapolation
Calculates approximation using Richardson's extrapolation
6 mois ago | 12 downloads |
Submitted
Numerical Integration using Finite Sum
Approximates an integral by a finite sum
6 mois ago | 1 download |
Submitted
Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution
6 mois ago | 15 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...
8 mois ago
Submitted
Newton-Rhapson Method (System of Nonlinear Equations)
Calculates the roots of equation(s) using Newton-RhapsonMethod
9 mois ago | 7 downloads |
Submitted
smd_vibrations
Solves for the forced vibrations of a spring-mass-damper system
10 mois ago | 5 downloads |
Submitted
taylor_series
Returns the Taylor series and its evaluation at a point.
10 mois ago | 4 downloads |
Submitted
cranknicolsonheat
Solves a 1D transient heat conduction problem
11 mois ago | 2 downloads |
Submitted
odephaseportrait
Draws a 2D phase portrait of a given system of 2 ODEs
11 mois 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 mois 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 mois 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 mois 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 mois ago | 2 answers | 0