-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Fractional Riccati Differential Equation Solver using Jacobi Tau Method #261
Comments
Fractional Riccati Differential Equation Solver Implementation with Jacobi Tau MethodOverviewThis issue proposes an implementation strategy for solving fractional Riccati differential equations using the Jacobi Tau method, which leverages an operational matrix of integration. BackgroundThe Riccati differential equation is nonlinear and characterized by: y'(x) = q_0(x) + q_1(x)y(x) + q_2(x)y^2(x) For the fractional case, the derivative is of non-integer order, adding complexity to the solution process. The Jacobi Tau method employs Jacobi polynomials MethodThe approach includes:
Implementation Challenges
Potential for Exact SolutionsIf the system of algebraic equations derived from the method allows, exact solutions for the coefficients Implementation Notes
Questions and DiscussionInput is sought on the construction of the operational matrix of integration for Jacobi polynomials and experiences with the Tau method for solving nonlinear differential equations. |
https://www.mdpi.com/2504-3110/7/4/302 The Novel Mittag-Leffler–Galerkin Method: Application to a Riccati Differential Equation of Fractional Order |
author = {A. Neamaty and B. Agheli and R. Darzi}, title = {The shifted Jacobi polynomial integral operational matrix for solving Riccati differential equation of fractional order}, year = {2015}, journal = {Applications and Applied Mathematics: An International Journal (AAM)}, volume = {10}, pages = {878-892}, number = {2}} #261
Issue Title
Create Fractional Riccati Differential Equation Solver using Jacobi Tau Method
Issue Description
Overview
Develop a solver for fractional Riccati differential equations (FREs) based on the Jacobi Tau method.
Details
The text was updated successfully, but these errors were encountered: