Skip to content

Commit 049c87c

Browse files
committed
Update 3_numerical.rst
1 parent 9010c42 commit 049c87c

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

source/3_numerical.rst

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,24 +89,25 @@ The seven-stage scheme uses non-uniform weights to attain global :math:`O(\Delta
8989
9090
This scheme incurs a global error of order with six velocity evaluations.
9191

92-
93-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
94-
| | :math:`0` | | | | | | |
95-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
96-
| | :math:`(5\mp\sqrt{5})/10` | :math:`(5\mp\sqrt{5})/10` | | | | | |
97-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
98-
| | :math:`(5\pm\sqrt{5})/10` | :math:`\mp\sqrt{5}/10` | :math:`(5\pm2\sqrt{5})/10` | | | | |
99-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
100-
| | :math:`(5\mp\sqrt{5})/10` | :math:`(-15\pm7\sqrt{5})/20` | :math:`(-1\pm\sqrt{5})/4` | :math:`(15\mp7\sqrt{5})/10` | | | |
101-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
102-
| | :math:`(5\pm\sqrt{5})/10` | :math:`(5\mp\sqrt{5})/60` | :math:`0` | :math:`1/6` | :math:`(15\pm7\sqrt{5})/60` | | |
103-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
104-
| | :math:`(5\mp\sqrt{5})/10` | :math:`(5\pm\sqrt{5})/60` | :math:`0` | :math:`(9\mp5\sqrt{5})/12` | :math:`1/6` | :math:`(-5\pm3\sqrt{5})/10` | |
105-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
106-
| | :math:`1` | :math:`1/6` | :math:`0` | :math:`(-55\pm25\sqrt{5})/12` | :math:`(-25\mp7\sqrt{5})/12` | :math:`5\mp2\sqrt{5}` | :math:`(5\pm\sqrt{5})/2` |
107-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
108-
| | :math:`1/12` | :math:`0` | :math:`0` | :math:`0` | :math:`5/12` | :math:`5/12` | :math:`1/12` |
109-
+----------+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+
92+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
93+
| :math:`c_i` | :math:`a_{i1}` | :math:`a_{i2}` | :math:`a_{i3}` | :math:`a_{i4}` | :math:`a_{i5}` | :math:`a_{i6}` | :math:`a_{i7}` |
94+
+=============================+===============================+============================+=================================+==============================+=============================+==========================+=========================+
95+
| :math:`0` | | | | | | | |
96+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
97+
| :math:`(5\mp\sqrt{5})/10` | :math:`(5\mp\sqrt{5})/10` | | | | | | |
98+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
99+
| :math:`(5\pm\sqrt{5})/10` | :math:`\mp\sqrt{5}/10` | :math:`(5\pm2\sqrt{5})/10` | | | | | |
100+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
101+
| :math:`(5\mp\sqrt{5})/10` | :math:`(-15\pm7\sqrt{5})/20` | :math:`(-1\pm\sqrt{5})/4` | :math:`(15\mp7\sqrt{5})/10` | | | | |
102+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
103+
| :math:`(5\pm\sqrt{5})/10` | :math:`(5\mp\sqrt{5})/60` | :math:`0` | :math:`1/6` | :math:`(15\pm7\sqrt{5})/60` | | | |
104+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
105+
| :math:`(5\mp\sqrt{5})/10` | :math:`(5\pm\sqrt{5})/60` | :math:`0` | :math:`(9\mp5\sqrt{5})/12` | :math:`1/6` | :math:`(-5\pm3\sqrt{5})/10` | | |
106+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
107+
| :math:`1` | :math:`1/6` | :math:`0` | :math:`(-55\pm25\sqrt{5})/12` | :math:`(-25\mp7\sqrt{5})/12` | :math:`5\mp2\sqrt{5}` | :math:`(5\pm\sqrt{5})/2` | |
108+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
109+
| :math:`b_i` | :math:`1/12` | :math:`0` | :math:`0` | :math:`0` | :math:`5/12` | :math:`5/12` | :math:`1/12` |
110+
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
110111

111112

112113

0 commit comments

Comments
 (0)