different between y and y1
‎Sep 21, 2019
02:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 21, 2019
02:40 PM
different between y and y1
Do i have to use y1 when i sove ode or not?
Labels:
- Labels:
-
Chemical_Engineering
- Tags:
- y and y1
2 REPLIES 2
‎Sep 21, 2019
05:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 21, 2019
05:26 PM
Which y1 ?
I don't see an y1.
Success!
Luc
‎Sep 21, 2019
06:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Sep 21, 2019
06:17 PM
When you solve via solve block it does not matter which variable you assign the result to.
You may use
a:=odesolve...
y:=odesolve...
or
y.1:=odesolve...
It does not matter.
But why did you encircle the definition of x.f in the photo? This just defines the end value.