From 1307c4ecc5b927f54866a8ca5a7405d558a96cde Mon Sep 17 00:00:00 2001 From: MRIDUL JAIN <105979087+Spinachboul@users.noreply.github.com> Date: Sun, 14 Jan 2024 10:32:22 +0530 Subject: [PATCH] Update tensor_prod.md --- docs/src/tensor_prod.md | 7 +++++++ 1 file changed, 7 insertions(+) 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