Changeset 24754


Ignore:
Timestamp:
04/27/20 21:06:48 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: symbols not showing up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Matrix/MatrixUtils.cpp

    r23999 r24754  
    391391                 *    <Ax,y> = <x,tAy>
    392392                 * Here, M'(M-lambda*Id) is symmetrical, which gives:
    393                  *    ∀(x,y)∈R²xR² <M'x,y> = <M'y,x>
     393                 *    \forall (x,y)\in R²xR² <M'x,y> = <M'y,x>
    394394                 * And we have the following:
    395                  *    if y∈Ker(M'), ∀x∈R² <M'x,y> = <x,M'y> = 0
     395                 *    if y\in Ker(M'), \forall x\in R² <M'x,y> = <x,M'y> = 0
    396396                 * We have shown that
    397                  *    Im(M') Ker(M')
     397                 *    Im(M') \perp Ker(M')
    398398                 *
    399399                 * To find the eigen vectors of M, we only have to find two vectors
Note: See TracChangeset for help on using the changeset viewer.