The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Method on @sym: plus (x, y)
Operator on @sym: x + y

Add two symbolic expressions together.

Example:

syms x y
x + y
  ⇒ (sym) x + y

Package: symbolic