MrRogueKnight - Overview

Pinned Loading

  1. Curriculum Vitae (CV) for Prashant Ranjan

  2. This repository serves as a centralized and verifiable record of my key skills, licenses, certifications, awards, and honors. It's designed to provide a clear overview of my professional qualificat…

  3. 2

    :: Check for Administrator rights

    5

        echo Requesting administrative privileges...
  4. 1

    % Problem 1: Single ODE using Euler Method

    4

    % Consider the initial value problem:

    5

    % dy/dt = −2*t*y^2, y(t=0)=1
  5. 2

    title Delete Temporary Files

    3

    echo Deleting Temporary Files...

    4

    del /s /f /q "%USERPROFILE%\AppData\Local\Temp\*"

    5

    del /s /f /q "C:\Windows\Temp\*"
  6. MATLAB code implementing Euler's met... MATLAB code implementing Euler's method to numerically solve a first-order ODE and a system of two coupled ODEs up to t=10, with specified initial conditions and time steps (Δt = 0.2 and 0.5, respectively). The code plots and displays the computed solutions

    2

    % Problem 1: Linear Regression

    5

    % (i) Data input and linear regression