diff --git a/docs/src/tensor_prod.md b/docs/src/tensor_prod.md index 6fd79f01..edb50ff3 100644 --- a/docs/src/tensor_prod.md +++ b/docs/src/tensor_prod.md @@ -7,6 +7,13 @@ d: Represents the dimensionality of the input vector x\ xi: Represents the ith components of the input vector\ a: A constant parameter +Let's import Surrogates and Plots +``` +using Surrogates +using Plots +default() +``` + # Generating Data and Plotting ```@example tensor