euler method in c programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 28

  • @StudyExtent
    @StudyExtent  6 ปีที่แล้ว +5

    explore more video on numerical method by visiting our playlist

  • @kundanpatil5230
    @kundanpatil5230 3 ปีที่แล้ว

    Aap ka explain karane ka tarika hume bahut achchha laga,👍👍👍👍👍👍

  • @mudrikayaduvanshi2763
    @mudrikayaduvanshi2763 4 ปีที่แล้ว +1

    Ur video made me understand this method very easily .really helpful.👍

  • @soahammallik7685
    @soahammallik7685 8 หลายเดือนก่อน +1

    Very helpful

  • @ranjithav4417
    @ranjithav4417 5 ปีที่แล้ว +1

    Good and informative

  • @sohaibroomi7404
    @sohaibroomi7404 3 ปีที่แล้ว +1

    Excellent. Very Informative Sir. Can you please guide me to the C program that solve differential equations using Euler's Method,

  • @vedprakashpal4582
    @vedprakashpal4582 6 ปีที่แล้ว +2

    Very good

  • @frantherix
    @frantherix 6 ปีที่แล้ว +1

    Excellent video!!!

  • @satyakisaha3260
    @satyakisaha3260 4 ปีที่แล้ว

    Write a program in C to compute y(1) correct upto 4 decimal places using Euler's method for the following differential equation:
    dy/dx=x+y with y(0) = 1
    taking step length 0.1.

  • @itsrashid9760
    @itsrashid9760 2 ปีที่แล้ว

    Make a video on iterative and jacobi method...

  • @frantherix
    @frantherix 6 ปีที่แล้ว +1

    Could you make please euler improved?

  • @rohandhadke8400
    @rohandhadke8400 4 ปีที่แล้ว

    please creat video on solving system of linear equation in c language

  • @ajaykhandekar4732
    @ajaykhandekar4732 4 ปีที่แล้ว

    Sir ji please matrix multiplication ki c program video bna do

  • @ebrahimsaahil3704
    @ebrahimsaahil3704 5 ปีที่แล้ว +1

    Sir please make a program on modified euler

  • @pawanpreetsingh8078
    @pawanpreetsingh8078 6 ปีที่แล้ว +1

    sir plz make a program on trapezoidal rule

  • @virajdudhat3664
    @virajdudhat3664 4 ปีที่แล้ว

    Sir Euler's modified pe program!?

  • @risingstarrisingstar5640
    @risingstarrisingstar5640 4 ปีที่แล้ว

    How to program second order differential equation in c language???

  • @risingstarrisingstar5640
    @risingstarrisingstar5640 4 ปีที่แล้ว +1

    why %f is written 4 times in the start of program?kindly answer as early as possible

    • @lefterisv1088
      @lefterisv1088 4 ปีที่แล้ว +2

      %f is used to scan every float-type value the user inputs. At the beginning of the programm the computer asks for 4 values (x0, y0, xn and h) so it's necessary to repeat the %f 4-times and the you use the pointers (&) in order to match the input numbers with the float-values.
      For example:
      {
      float a, b;
      printf("Give values for a and b");
      scanf("%f %f", &a, &b);
      ...
      }
      Hope I helped.

    • @vikasvyas7816
      @vikasvyas7816 ปีที่แล้ว

      ​@@lefterisv1088thnx man

  • @ebrahimsaahil3704
    @ebrahimsaahil3704 6 ปีที่แล้ว +1

    Sir can you mke a program on modified Euler's method

    • @StudyExtent
      @StudyExtent  6 ปีที่แล้ว +1

      I will try and as soon as possible I will uploaded it

    • @ebrahimsaahil3704
      @ebrahimsaahil3704 6 ปีที่แล้ว +1

      Please sir jldi say upload krain

  • @rajmalakar8370
    @rajmalakar8370 2 ปีที่แล้ว +1

    It's not working in Dev C++

  • @subhrapal6019
    @subhrapal6019 5 ปีที่แล้ว +1

    Wow