MrRogueKnight - Overview
Pinned Loading
-
Curriculum Vitae (CV) for Prashant Ranjan
-
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…
-
2
:: Check for Administrator rights5
echo Requesting administrative privileges... -
1
% Problem 1: Single ODE using Euler Method4
% Consider the initial value problem:5
% dy/dt = −2*t*y^2, y(t=0)=1 -
2
title Delete Temporary Files3
echo Deleting Temporary Files...4
del /s /f /q "%USERPROFILE%\AppData\Local\Temp\*"
5
del /s /f /q "C:\Windows\Temp\*"
-
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 Regression5
% (i) Data input and linear regression