summaryrefslogtreecommitdiff
path: root/docs/posts/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-26 18:21:29 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-26 18:21:29 -0600
commitaae00025bd8bff04de90b22b2472aed8a232f476 (patch)
tree42dcca0448ac2e87e028b4890942977e31dc5d9f /docs/posts/index.html
parent37661080a111768e565ae53299c4796ebe711a71 (diff)
post testing latex extra
Diffstat (limited to 'docs/posts/index.html')
-rw-r--r--docs/posts/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/posts/index.html b/docs/posts/index.html
index d886b19..40b6a92 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -52,6 +52,17 @@
<ul>
+ <li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">Quadratic Formula Derivation</a></li>
+ <ul>
+ <li>Quick derivation of the quadratic equation by completing the square</li>
+ <li>Published On: 2024-03-26 15:36</li>
+ <li>Tags:
+
+ <a href='/tags/mathematics.html'>mathematics</a>
+
+ </ul>
+
+
<li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">Polynomial Regression Using TensorFlow 2.x</a></li>
<ul>
<li>Predicting n-th degree polynomials using TensorFlow 2.x</li>