Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Can anyone help me correct this simple program using the "if statement"?
Thanks
Solved! Go to Solution.
I was able to correct the problem!
Can anyone help with the plots?
Thanks
replace the last line "[x,y]" by "augment(x,y)".
You don't have to write a program:
This is excellent!!
Fred, how do we get values of slope and y for a particular value of x?
If you look closely, you can find these expressions in your program
If you meant that y' = 2(1+x) - y,