Talk:RAD (technical)

From Valve Developer Community
Revision as of 15:56, 13 July 2005 by AndrewNeo (talk | contribs) (Math code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I converted the math code in this article to something the wiki's supposed to be able to understand. This is correct, I tested it on Wikipedia.

<math>B_i = E_i + k_i\sum_{j \ne i}F_{i,j}B_j</math>

<math> \begin{bmatrix} 1 & -k_1F_{1,2} & \cdots & -k_1F_{1,n} \\ -k_2F_{2,1} & 1 & \cdots & -k_2F_{2,n} \\ \vdots & \vdots & \ddots & \vdots \\ -k_nF_{n,1} & -k_nF_{n,2} & \cdots & 1 \end{bmatrix} \begin{bmatrix} B_1 \\ B_2 \\ \vdots \\ B_n \end{bmatrix} = \begin{bmatrix} E_1 \\ E_2 \\ \vdots \\ E_n \end{bmatrix} \,</math>

Could we get an admin to turn math rendering on? --AndrewNeo 15:56, 13 Jul 2005 (PDT)