Skip to main content
1-Visitor
September 21, 2019
Question

different between y and y1

  • September 21, 2019
  • 2 replies
  • 1231 views

Screenshot (3).pngfile.png

 

Do i have to use y1 when i sove ode or not?

2 replies

23-Emerald IV
September 21, 2019

Which y1 ?

I don't see an y1.

 

Success!
Luc

 

25-Diamond I
September 21, 2019

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.