Community Profile

photo

Divyaprakash


Indian Institute of Technology Delhi

Last seen: 4 Monate vor Aktiv seit 2020

PhD Student Applied Mechanics

Programming Languages:
Python, C++, C, MATLAB, Fortran
Spoken Languages:
English, French, Hindi

Statistiken

All
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • First Submission
  • First Review
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gesendet


Collatz Conjecture
Visualization of the Collatz conjecture

10 Monate vor | 1 Download |

Thumbnail

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 |

Thumbnail

Gesendet


Midpoint Method
Solves IVP using the Midpoint method

etwa ein Jahr vor | 1 Download |

Thumbnail

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 |

Thumbnail

Gesendet


Secant Method
Calculates the root of a function

mehr als ein Jahr vor | 1 Download |

Thumbnail

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


Find max
Find the maximum value of a given vector or matrix.

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


Bisection Method
Calculates the root of a function

mehr als ein Jahr vor | 1 Download |

Thumbnail

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 |

Thumbnail

Gesendet


Two-Dimensional Heat Transfer
Solves a 2D Heat Transfer/ Laplace / Diffusion Equation Solution

mehr als ein Jahr vor | 9 Downloads |

Thumbnail

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 |

Gesendet


RK4
Solves IVP using using Runge-Kutta Method

fast 2 Jahre vor | 2 Downloads |

Gesendet


Euler's Method
Solves IVP using Euler's method

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


Inner product of two vectors
Find the inner product of two vectors.

fast 2 Jahre vor

Gelöst


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

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

Mehr laden