Math Project Spring 2023

PROGRAM TO SOLVE A FIRST ORDER DIFFERENTIAL EQUATION USING PICARD’S ITERATION

I would have made at least one modification everyday to my program to solve any general first order differential equation using Picard’s Iteration in Java. I am writing this because I still have bugs in the Java program, and hope to continue working on this till it can provide a solution to any first order differential equation. The Good News – the Python program works!

The Project Report, Java Program, and Python Program can be viewed below.