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
I noticed a mistake in the lecture notes to the spring21 lecture on SciML. In Chapter 4, subchapter "Properties of Linear Dynamic Systems", you write: u_(n+1)=α^n * u0. The exponent should be n+1, not n.