Skip to contents

This function checks if the given object inherits from the class koma_seq, indicating that it represents a system of equations.

Usage

is_system_of_equations(x)

Arguments

x

An object to be checked.

Value

Logical. Returns TRUE if the object inherits from the class koma_seq, and FALSE otherwise.