From 31ca324a26228e1e24353bc7b0cf3d060fe7b932 Mon Sep 17 00:00:00 2001 From: mcarfagno Date: Tue, 7 Apr 2020 16:51:12 +0100 Subject: [PATCH] fixed equations spacing in notebook, updated gitignore --- .gitignore | 1 + notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb | 8 ++++---- notebook/MPC_cvxpy.ipynb | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0f18cc1..a2f9c19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc /notebook/.ipynb_checkpoints +.ipynb_checkpoints diff --git a/notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb b/notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb index 8583868..e35241b 100644 --- a/notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb +++ b/notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb @@ -827,14 +827,14 @@ "\\begin{aligned}\n", "\\min_{} \\quad & \\sum^{t+T-1}_{j=t} x^T_{j|t}Qx_{j|t} + u^T_{j|t}Ru_{j|t}\\\\\n", "\\textrm{s.t.} \\quad & x(0) = x0\\\\\n", - " & x_{j+1|t} = Ax_{j|t}+Bu_{j|t}) \\quad \\textrm{for} t