bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Implementation of `ODESteadySolutionComponent` class that creates a part of a report #688

Closed bogumilchilinski closed 3 weeks ago

bogumilchilinski commented 3 months ago

Propose the code for steady solution prediction method of solving ODEs. Prepare a new report component for reports.

Danielstryjewski commented 3 weeks ago

The code was checked with the following call:

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

ode_test = LinearFirstOrder.from_reference_data()

ODESteadySolutionComponent(ode_test);