Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Computer higher order approximations using skewed and symmetric stencils

Objective: To derive the fourth-order approximation for the second-order derivative using  Central Differencing method  Skewed-right sided difference  Skewed-left sided difference Also, to write a MATLAB program and compute the second-order derivative of the analytical function exp(x)*cos(x) and compare…

Project Details

Loading...

Leave a comment

Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Nikith M (7)

Steady Vs Unsteady (Mid Term)

Objective:

Objective: To solve steady and unsteady 2D heat conduction equation using different iterative techniques for implicit and explicit methods in MATLAB.   Introduction:   Assumptions: - The domain is a square domain - Number of points along the 'x-direction' is equal to the number of points along the 'y-direction'…

calendar

28 Jan 2020 03:33 AM IST

  • MATLAB
Read more

1D Linear Convection (Grid points)

Objective:

Objective: Write a MATLAB Code and to solve 1D linear equation Given Data:    Length( `L` ) = 1m                     Convective Coeffieient( `C` ) = 1 Time step( `dt` ) = 0.01 Grid point( `n` ) = [20,40,80,160]…

calendar

08 Dec 2019 01:56 AM IST

Read more

Linear Convection Effect of Time steps on Solution

Objective:

Objective: To write a MATLAB program that solves a 1D Linear equation for various time-steps. Given Data:    Length( `L` ) = 1m                     Convective Coeffieient( `C` ) = 1 Time step( `dt` ) = (1e-1,1e-2,1e-3,1e-4)…

calendar

05 Dec 2019 11:56 PM IST

Read more

Discretization basics Numerical derivative vs. exact derivative

Objective:

Objective: Write a program that compares the first, second and fourth-order approximations of the first derivative against the analytical/exact derivative.   Given Function : `f(x) = sin(x)/x^3` First derivative of the function is `f'(x) = (x^3 cos(x) - sin(x)*3x^2)/x^6` The function is computed at `x = pi/3` First-order…

calendar

05 Dec 2019 11:56 PM IST

    Read more

    Computer higher order approximations using skewed and symmetric stencils

    Objective:

    Objective: To derive the fourth-order approximation for the second-order derivative using  Central Differencing method  Skewed-right sided difference  Skewed-left sided difference Also, to write a MATLAB program and compute the second-order derivative of the analytical function exp(x)*cos(x) and compare…

    calendar

    20 Nov 2019 01:00 AM IST

    Read more

    Simulating the motion of Simple Pendulum using MATLAB

    Objective:

    Objective: To simulate the motion of a simple pendulum using MATLAB by solving a second-order ODE that represents a simple pendulum with damping. Introduction:  In engineering, ODE's usually describes the behaviour of a system. In this case, our ODE describes the transient behaviour of the simple pendulum. A simple…

    calendar

    07 Nov 2019 08:38 AM IST

    Read more

    Stoichiometric combustion calculator for Alkanes, Alkenes and Alkynes Using MATLAB

    Objective:

    Objective : To show a plot that compares the effect of the number of moles of carbon [`n`] on the stoichiometric coefficient [`ar`] and compare its trend changes with fuels [Alane, Alkene and Alkyne].   Introduction : Stoichiometric combustion is a concept where the concepts of combustion are easy to understand. When…

    calendar

    31 Oct 2019 10:19 AM IST

    Read more
    Showing 1 of 7 projects