Post Reply 
plot a function in programming
03-13-2016, 04:39 PM
Post: #1
plot a function in programming
Hi to everyone,
I'm trying to do a stupid program that take the functions F1 and F2 and put in F3 the value for each X of the bigger between F1 and F2 and plot it but actually a don't know how i should do that, can somebody help me?
Thanks to everyone Smile
Find all posts by this user
Quote this message in a reply
03-13-2016, 06:40 PM
Post: #2
RE: plot a function in programming
You could try setting F3(X) = MAX(F1(X),F2(X))

You may have to uncheck F1 and F2 or change the order to see the plot of F3.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)