Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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,