Difference between revisions of "Blinv.m"
(Update function See also links and function index membership) |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{DISPLAYTITLE:blinv.m}} | + | {{DISPLAYTITLE:blinv.m}} __NOTOC__ |
| − | Blicharski's relaxation theory invariants. | + | Blicharski's relaxation theory invariants. These are the interaction anisotropy parameters that occur in many relaxation theory expressions. First given by Equations 20-21 in http://doi.org/10.1515/zna-1972-1012, but with an error and a typo in Equation 21, which have been corrected. |
==Syntax== | ==Syntax== | ||
| Line 6: | Line 6: | ||
[Lsq,Dsq]=blinv(A) | [Lsq,Dsq]=blinv(A) | ||
| − | == | + | ==Parameters== |
| − | |||
| − | |||
| − | |||
| − | |||
A - a real 3x3 matrix | A - a real 3x3 matrix | ||
| Line 24: | Line 20: | ||
==See also== | ==See also== | ||
| − | [[ | + | [[adelim.m]], [[blprod.m]], [[corrfun.m]], [[magpump.m]], [[ngce.m]], [[rlx_scalar.m]], [[rlx_split.m]], [[rlx_t1_t2.m]], [[sec2kite.m]], [[spden.m]], [[Kernel_utilities]] |
| − | |||
| − | ''Version 2. | + | ''Version 2.5, authors: [[Ilya Kuprov]]'' |
Latest revision as of 19:34, 6 June 2026
Blicharski's relaxation theory invariants. These are the interaction anisotropy parameters that occur in many relaxation theory expressions. First given by Equations 20-21 in http://doi.org/10.1515/zna-1972-1012, but with an error and a typo in Equation 21, which have been corrected.
Syntax
[Lsq,Dsq]=blinv(A)
Parameters
A - a real 3x3 matrix
Outputs
Lsq - first rank invariant
Dsq - second rank invariant
Notes
This function is not sensitive to the trace of the matrix.
See also
adelim.m, blprod.m, corrfun.m, magpump.m, ngce.m, rlx_scalar.m, rlx_split.m, rlx_t1_t2.m, sec2kite.m, spden.m, Kernel_utilities
Version 2.5, authors: Ilya Kuprov