Post Reply 
Checking parallelism PROBLEM... (SOLVED!)
04-11-2015, 04:31 PM (This post was last modified: 04-12-2015 04:36 AM by Spybot.)
Post: #1
Checking parallelism PROBLEM... (SOLVED!)
Hello Everyone!

Can Anyone help me with this little program? I'm trying to determine if these lines are parallel (I know they're not) but I want the program to tell it to me, I'm expecting to get a zero as result, but I'm actually getting some kind of error. I'm typing the syntax just as the calculator's help section says. I wonder what Am I doing wrong?


EXPORT test1()
BEGIN
LOCAL AA,x,y;
AA:=is_parallel(line(3*x+5*y=3),line(4*x-8*y=7));
PRINT();
PRINT(AA);
END;


Thank you.

Spybot.

Spybot.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Checking parallelism PROBLEM... (SOLVED!) - Spybot - 04-11-2015 04:31 PM
RE: Checking parallelism question... - Han - 04-11-2015, 06:03 PM
RE: Checking parallelism PROBLEM! - Han - 04-12-2015, 01:49 AM
RE: Checking parallelism PROBLEM! - Spybot - 04-12-2015, 02:28 AM
RE: Checking parallelism PROBLEM! - Han - 04-12-2015, 02:53 AM
RE: Checking parallelism PROBLEM! - Spybot - 04-12-2015, 04:36 AM



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