1st program with problems "Euler Method"
|
12-26-2019, 07:04 PM
Post: #2
|
|||
|
|||
RE: 1st program with problems "Euler Method"
For the first three lines of your program, I think this is what you want:
Code: EXPORT eulerm(funct,X0,Y0,ch,times) With those changes, eulerm("(3-y)*(y+1)",0,4,1,5) will return (y+1)*(-y+3) Nothing after the return statement will be executed. -road |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
1st program with problems "Euler Method" - oneletterz - 12-26-2019, 12:21 AM
RE: 1st program with problems "Euler Method" - roadrunner - 12-26-2019 07:04 PM
RE: 1st program with problems "Euler Method" - oneletterz - 12-26-2019, 08:44 PM
|
User(s) browsing this thread: 1 Guest(s)