Constant#

lamatrix provides a Constant model to enable offsets to be modeled. This is the simplest model within the package.

[1]:
import numpy as np
import matplotlib.pyplot as plt
x = np.arange(-10, 10, 0.01)


from lamatrix import Constant
[2]:
Constant().equation
[2]:
\[f() = w_{0} \]