Difference between revisions of "Blinv.m"
m (Spot-edit Spinach function page first-line NOTOC and template fields) |
(Update function See also links and function index membership) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
[Lsq,Dsq]=blinv(A) | [Lsq,Dsq]=blinv(A) | ||
| − | == | + | ==Parameters== |
A - a real 3x3 matrix | A - a real 3x3 matrix | ||
| Line 20: | Line 20: | ||
==See also== | ==See also== | ||
| − | [[Kernel_utilities | + | [[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]]'' | ''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