1
$\begingroup$

I stumbled across an interesting formula while reading a paper:

Formula with a subscript and superscript outside of some grouping symbols

I'm put off by the $Q(i)$ and $S(i)$ functions as subscripts. I've never seen that notation before, and I'm wondering what it means.

Additionally, does it change the meaning of the 2 that's above each subscript, which i would normally take to mean squaring?

Edit: The Paper is "Sampling Based Model Predictive Control with Application to Autonomous Vehicle Guidance", by Dunlap, Collins, and Caldwell. The formula is on page two.

Unless this link expires, you can find the paper here

$\endgroup$
1
  • 3
    $\begingroup$ Citing the paper would help a lot. In general, a subscript under the norm notation refers to a specific type of norm. $\endgroup$ Commented Sep 2, 2016 at 0:30

1 Answer 1

0
$\begingroup$

It means weighted norm using the subscripted notation:

$$\sum_{i=1}^N ||\boldsymbol{r}(k+i)-\boldsymbol{y}(k+i)||^2_{\boldsymbol{Q}(i)}+\sum_{i=0}^{M-1} ||\boldsymbol{u}(k+i)||^2_{\boldsymbol{S}(i)}$$

is equivalent to

$$\sum_{i=1}^N (\boldsymbol{r}(k+i)-\boldsymbol{y}(k+i))^T\boldsymbol{Q}(i)(\boldsymbol{r}(k+i)-\boldsymbol{y}(k+i))+\sum_{i=0}^{M-1} (\boldsymbol{u}(k+i))^T\boldsymbol{S}(i)\boldsymbol{u}(k+i)$$

where $\square ^T$ is the matrix transpose symbol.

$\endgroup$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.