bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Implementation of `ODEGeneralSolutionComponent` class that creates a part of a report #689

Closed bogumilchilinski closed 3 weeks ago

bogumilchilinski commented 3 months ago

Propose the code for general solution prediction method of solving ODEs. Prepare a new ReportComponent for reports.

Danielstryjewski commented 3 weeks ago

The code was checked with the following call:

from dynpy.utilities.components.ode.en import ODEGeneralSolutionComponent
from dynpy.models.odes.linear import LinearFirstOrder

ode_test = LinearFirstOrder.from_reference_data()

ODEGeneralSolutionComponent(ode_test);