You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I am trying to solve the differential equations by using neurodiffeq. I need to implement a large system for example a system with 78 equations in total. I think expressing the equations in symbolic format will help to minimize the effort when implementing as well as make the package more universal usage.
Do you have any documents or instructions on implementing the system in symbolic format?
Thank you for your time and consideration.