Talk:RAD (technical): Difference between revisions
Jump to navigation
Jump to search
(Math code) |
m (Darn itialics) |
||
Line 1: | Line 1: | ||
I converted the math code in this article to something the wiki's | 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>B_i = E_i + k_i\sum_{j \ne i}F_{i,j}B_j</math> |
Revision as of 15:56, 13 July 2005
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)