Giter Club home page Giter Club logo

eular-method's Introduction

Eular-Method

Here, Code of Eular Method of Computer Oriented Numerical Methods in Java Language. The Euler method algorithm is a numerical method which is used to solve the first order differential equation of the form y’ = f(x,y) where ‘x’ represents the independent variable and ‘y’ represents the dependent variable.

Project title

Eular Method

Motivation

A University Assignment. Clearly Used to Solve anhy Porblem and Perform Computer Oriented Prolblems .

Method and results

  1. Start

  2. Define function f(x,y)

  3. Read values of initial condition(x0 and y0), number of steps (n) and calculation point (xn)

  4. Calculate step size (h) = (xn - x0)/b

  5. Set i=0

  6. Loop

    yn = y0 + h * f(x0 + i*h, y0)

    y0 = yn

    i = i + 1

    While i < n

  7. Display yn as result

  8. Stop

Repository overview

Provide an overview of the directory structure and files, for example:

├── README.md ├── out ├── Eular_Method.iml ├── .idea │   ├── misc.xml │   ├── modules.xml | ├── vcs.xml │   └── workspace.xml └── src ├── Eular_Method.java

More resources

Referenced from Computer oriented Numerical Method Book By Rajaraman and our Faculty Dr. Shaligram Prajapat.

About

You can say it has been part of a class you've taken at International Institute of Professional Studies, Indore.

eular-method's People

Contributors

vaishali-sharma-20 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.