SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 104 forks source link

First order differential equation Solver Calculator #100

Closed Ayushlion8 closed 1 year ago

Ayushlion8 commented 1 year ago

Enter calculator name -

First_Order_Differential_Equation_Solver

Describe calculator functionality -

Input ODE: Allow the user to input a first-order ordinary differential equation. This equation typically takes the form dy/dx = f(x, y), where y is the dependent variable and x is the independent variable.

Initial Condition: Prompt the user to provide an initial condition, such as the value of y at a specific x (e.g., y(x0) = y0). This condition is often required to solve initial value problems.

Solve ODE: Utilize numerical methods or symbolic computation to solve the given differential equation. Depending on the complexity of the equation and the user's requirements, the calculator could use methods like Euler's method, Runge-Kutta methods, or symbolic solvers.

Display Solution: Display the solution to the differential equation, which is typically an expression or a function of x. The solution should include any constants of integration if applicable.

Under which category you wish to place it -

Hey @SarthakKeshari I want to build this calculator so please assign it to me.

SarthakKeshari commented 1 year ago

Hey @Ayushlion8, Similar issue is already under progress #46. Closing the issue.

Hope to see you again with some more innovative issues.😃