Post Reply 
Evaluate function with parameter
02-14-2022, 08:20 PM
Post: #2
RE: Evaluate function with parameter
Inside the "Function" app, run the following code:

Code:
EXPORT main
BEGIN
FOR I FROM 1 TO 9 DO
EXPR("F"+I+":='12*"+(I+15)+"X^2-50*X^3'");
CHECK(I);
END;
END;

For the graph, use plot view, and for the table, use numeric view.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Evaluate function with parameter - jfelten - 02-14-2022 08:20 PM
RE: Evaluate function with parameter - jte - 09-24-2023, 01:50 AM



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