Tricki
a repository of mathematical know-how
Add article
Navigate
Tags
Search
Forums
Help
Top level
›
Different kinds of Tricki article
›
Front pages for different areas of mathematics
›
Analysis front page
›
Numerical analysis front page
View
Edit
Revisions
Make your method keep the symmetries of the problem
Title:
*
Area of mathematics:
*
A comma-separated list of areas of mathematics to which this article applies. Use ">" to tag in a subcategory. Example: Analysis > Harmonic analysis, Combinatorics
Keywords:
A comma-separated list of keywords associated with this article. Example: free group
Used in:
A comma-separated list of examples of where this technique is used. Example: Cauchy-Schwarz inequality
Parent articles:
Order
-1
0
1
-1
0
1
Body:
[QUICK DESCRIPTION] Making your method keep the symmetries of the problem means that it is immune to errors that break symmetries. This can have two important effects: * reducing the errors in the results, and particularly eliminating entire classes of errors that have unphysical or otherwise harmful effects, * and reducing the amount of computational work. [PREREQUISITES] Linear algebra, calculus. [EXAMPLE] For symmetric positive definite matrices, use the [[Cholesky factorization]] rather than the [[LU factorization]]. The LU factorization of a matrix is $A=LU$, while the Cholesky factorization is $A=LL^T$ where in each case $L$ is lower triangular and $U$ is upper triangular. Using the Cholesky factorization (which preserves the symmetry of $A$) roughly halves the time to compute the factorization, and avoids the problems of swapping rows and/or columns of $A$ to preserve numerical stability. [EXAMPLE] Use [[w:Symplectic integrator|symplectic methods]] to solve Hamiltonian differential equations. A Hamiltonian differential equation has the form [maths] \frac{dz}{dt} = J\,\nabla H(z) [/maths] where $J=\left[\begin{array}{cc}0&I\\ -I&0\end{array}\right]$. Symplectic methods preserve the two-form $\sum_i dq_i \wedge dp_i$ where $z^T = [p^T,\, q^T]$. Such methods also nearly preserve a "numerical energy" function (which depends on the step-size), and are much better for long-time integration of mechanical systems such as arise in celestial mechanics. [GENERAL DISCUSSION]
This is a stub
A stub is an article that is not sufficiently complete to be interesting.
Notifications
File attachments
Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.
Attach new file:
Images are larger than
640x480
will be resized. The maximum upload size is
1 MB
. Only files with the following extensions may be uploaded:
jpg jpeg gif png svg
.
Revision information
Log message:
An explanation of the additions or updates being made to help other authors understand your motivations.
Search this site:
Recent articles
View a list of all articles.
Littlewood-Paley heuristic for derivative
Geometric view of Hölder's inequality
Diagonal arguments
Finding an interval for rational numbers with a high denominator
Try to prove a stronger result
Use self-similarity to get a limit from an inferior or superior limit.
Prove a consequence first
Active forum topics
Plenty of LaTeX errors
Tutorial
A different kind of article?
Countable but impredicative
Tricki Papers
more
Recent comments
I don't think this statement
choice of the field
Incorrect Image
Article classification
Higher dimensional analogues
more