HP Prime for All

English  Русский 

Syntax

is_parallel(Line1, Line2)

Description

Tests whether or not two lines are parallel. Returns 1 if they are and 0 otherwise.

Example

is_parallel(line(2x+3y=7),line(2x+3y=9) returns 1.

is_parallel — Discussion