From 51d653acbc19cda731c772cb6dcbe751214b350c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?= <marcus.thelander_andren@control.lth.se> Date: Thu, 21 Sep 2017 17:18:22 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7d945b..6aa86f0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ This project contains supplemental Matlab code for the article: It demonstrates a numerical method for computing the optimal event-based sampling scheme for the continious-time LQG problem. The problem is related to an elliptic -convection--diffusion type of partial-differential equation (PDE) with free -boundary, a so called Stefan problem. The solution to this PDE is a value -function $V$, from which the optimal sampling scheme can be determined. \ No newline at end of file +convection-diffusion type of partial-differential equation (PDE) with free +boundary, a so called Stefan problem. The PDE is: + +'''math +x_H^\intercalQx_H +''' + +The solution to this PDE is the value function $V$, and the free boundary +$\partial\Omega$ \ No newline at end of file -- GitLab